]> andersk Git - splint.git/blobdiff - src/clabstract.c
Fixed internal bug for enum lists defined in structures without field names.
[splint.git] / src / clabstract.c
index 8bdfe30650b34d8a0fe8d954c2c563e48e9ca7a2..8c2f1989c89be5ed3f0321d3d0f3402eaa46299e 100644 (file)
@@ -1092,6 +1092,11 @@ fixUnnamedDecl (qtype q)
 
       return (uentryList_copy (res));
     }
+  else if (ctype_isEnum (ct))
+    {
+      /* evans 2002-02-05: nothing to do for unnamed enum lists */
+      return uentryList_undefined;
+    }
   else
     {      
       BADBRANCHCONT;
This page took 0.030594 seconds and 4 git commands to generate.