]> andersk Git - splint.git/blobdiff - src/Headers/paramNode.h
Cahnged default LCLIMPORTDIR
[splint.git] / src / Headers / paramNode.h
index a33030a6b3f7509a03a92e2c66362ba9f5aa8b37..addbf1360b2e2d76c2e04e4159d1c67f5420e16e 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.
 **
 */
 # ifndef PARAMNODEH
 # define PARAMNODEH
 
-typedef enum _paramtype { PNORMAL, PYIELD, PELIPSIS } paramkind ;  
+typedef enum { PNORMAL, PYIELD, PELIPSIS } paramkind ;  
 /* add PREF later?   PYIELD is for iterators only (~ POUT) */
 
-typedef struct _paramNode {
+typedef struct {
   /*@null@*/ lclTypeSpecNode type;
-  /*@null@*/ struct _typeExpr *paramdecl;
+  /*@null@*/ struct s_typeExpr *paramdecl;
   paramkind kind;
 } *paramNode;
 
This page took 0.039874 seconds and 4 git commands to generate.