]> andersk Git - splint.git/blobdiff - src/cgrammar.y
Added htmlfileformat flag.
[splint.git] / src / cgrammar.y
index 4c7ed2c65feae72498fb9ff2283ec1faa32d0db7..be8ec82c74d09a3fcddefc2a16eac62f6233337e 100644 (file)
@@ -697,7 +697,8 @@ conditionTag
 fcnDefHdrAux
  : namedDecl                               
    { 
-     qtype qint = qtype_create (ctype_int);
+     /**!!! deal with fred; fred (int); declarations! **/
+     qtype qint = qtype_create (ctype_int); 
      $$ = idDecl_fixBase ($1, qint);
      qtype_free (qint);
    }
This page took 0.038252 seconds and 4 git commands to generate.