]> git.saurik.com Git - bison.git/blobdiff - src/main.c
Update TODO.
[bison.git] / src / main.c
index 10d5e0a8457b00e0205ddd06afe1b743ef3a7b78..8070446683212b4a47598e89431979d34588d70f 100644 (file)
@@ -119,6 +119,12 @@ main (int argc, char *argv[])
 
   output_files ();
 
+  /* If using alloca.c, flush the alloca'ed memory for the benefit of
+     people running Bison as a library in IDEs.  */
+#if C_ALLOCA
+    alloca (0);
+#endif
+
   return complain_message_count ? EXIT_FAILURE : EXIT_SUCCESS;
 }
 \f