]> andersk Git - splint.git/blobdiff - src/Headers/multiVal.h
*** empty log message ***
[splint.git] / src / Headers / multiVal.h
index 735b05ec79ebc222bdac3812c8bc85f43387e41e..18377c894f621e8f6526a091b093773973d86ff5 100644 (file)
@@ -7,16 +7,16 @@
 
 typedef enum { MVLONG, MVCHAR, MVDOUBLE, MVSTRING } mvkind;
 
-typedef /*@null@*/ struct _multiVal
+typedef /*@null@*/ struct
 {
   mvkind   kind;
-  union _mval
-    {
-      long int     ival;
-      char         cval;
-      double       fval;
-      /*@only@*/ cstring sval;
-    } value;
+  union
+  {
+    long int     ival;
+    char         cval;
+    double       fval;
+    /*@only@*/ cstring sval;
+  } value;
 } *multiVal;
 
 extern /*@falsenull@*/ bool multiVal_isDefined (multiVal p_m) /*@*/ ;
This page took 0.035275 seconds and 4 git commands to generate.