]> andersk Git - splint.git/blobdiff - src/Headers/importNode.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / Headers / importNode.h
index 07997b0075c6527d6218aead17f3b37282181bde..994a789d2142431b8ef0e9c99a9219244fdd283b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
 ** See ../LICENSE for license information.
 **
 */
@@ -11,8 +11,7 @@
 
 typedef enum { IMPPLAIN, IMPBRACKET, IMPQUOTE } impkind ;
 
-typedef struct _importNode
-{
+typedef struct {
   impkind   kind;
   ltoken  val;
 } *importNode ;
This page took 0.053353 seconds and 4 git commands to generate.