]> andersk Git - splint.git/blobdiff - test/repexpose.h
Changed checking of complete descruction so +strictdestroy is no
[splint.git] / test / repexpose.h
index abcd63672c2a7381a2bd46f3003dfda4d0cba8cc..d5e94d64b1fe054bf670f802e67f2b7809cd3d37 100644 (file)
@@ -1,14 +1,14 @@
 # include "bool.h"
 
-typedef struct _abst *abst;
+typedef struct s_abst *abst;
 
-typedef struct _immut
+typedef struct 
 {
   char *name;
   int val;
 } *immut;
 
-struct _abst
+struct s_abst
 {
   char *name;
   int   val;
This page took 0.047042 seconds and 4 git commands to generate.