X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/837491d810584b5126ef098c801e7ec66f38d969..f87685c3245a30154897374780d5d0471c7229c0:/src/output.h?ds=sidebyside diff --git a/src/output.h b/src/output.h index 2a00964f..78cc9b84 100644 --- a/src/output.h +++ b/src/output.h @@ -26,4 +26,6 @@ extern int error_verbose; /* Output the parsing tables and the parser code to FTABLE. */ void output PARAMS ((void)); +extern struct obstack muscle_obstack; + #endif /* !OUTPUT_H_ */