]> andersk Git - splint.git/blobdiff - src/clabstract.c
Committed to enable merge.
[splint.git] / src / clabstract.c
index db7300c787f9bd215e9e1405bf413dc27507a514..5628c1577d427a0d49053274be0d42f8fd6dae57 100644 (file)
@@ -1810,7 +1810,7 @@ handleEnum (cstring id)
     }
   else
     {
-      return (declareEnum (id, enumNameList_new ()));
+      return (ctype_createForwardEnum (id));
     }
 }
 
This page took 0.035052 seconds and 4 git commands to generate.