X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/fdbcd8e28930c6a1e6d4f80636c7b4e21a575489..f377f69fec28013c79db4efe12bbb9d48987fb2c:/src/output.h diff --git a/src/output.h b/src/output.h index d12c125d..53cef896 100644 --- a/src/output.h +++ b/src/output.h @@ -26,9 +26,4 @@ extern int error_verbose; /* Output the parsing tables and the parser code to FTABLE. */ void output PARAMS ((void)); -void actions_output PARAMS ((FILE *out)); -void token_definitions_output PARAMS ((FILE *out)); - -extern struct obstack muscle_obstack; - #endif /* !OUTPUT_H_ */