]> andersk Git - splint.git/blobdiff - src/cgrammar.y
Commented out segfault in new code.
[splint.git] / src / cgrammar.y
index fdd18fe170f62d430a65f3f3c16a9543fddbc40d..0d745331db0c601ac9214d280a5a8397019a7276 100644 (file)
@@ -402,7 +402,7 @@ namedDeclBase
      /*drl 7/25/01 added*/
      setImplictfcnConstraints();
 
-     functionClauseList_ImplictConstraints($6);
+     /*     functionClauseList_ImplictConstraints($6); */
 
      idDecl_addClauses ($$, $6);
      context_popLoc ();
@@ -413,7 +413,7 @@ namedDeclBase
    functionClauses
    {
      setImplictfcnConstraints ();
-        functionClauseList_ImplictConstraints($7);
+     /*        functionClauseList_ImplictConstraints($7);*/
      clearCurrentParams ();
      $$ = idDecl_replaceCtype ($1, ctype_makeFunction (idDecl_getCtype ($1), $4));
      idDecl_addClauses ($$, $7);
This page took 0.060882 seconds and 4 git commands to generate.