]> andersk Git - splint.git/blobdiff - src/cgrammar.y
Fixed bug in Makefile.am.
[splint.git] / src / cgrammar.y
index 3367716ce18637b90a40d03257ec957a816467bd..fdd18fe170f62d430a65f3f3c16a9543fddbc40d 100644 (file)
@@ -413,7 +413,7 @@ namedDeclBase
    functionClauses
    {
      setImplictfcnConstraints ();
-        functionClauseList_ImplictConstraints($6);
+        functionClauseList_ImplictConstraints($7);
      clearCurrentParams ();
      $$ = idDecl_replaceCtype ($1, ctype_makeFunction (idDecl_getCtype ($1), $4));
      idDecl_addClauses ($$, $7);
This page took 0.032702 seconds and 4 git commands to generate.