X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/fdbcd8e28930c6a1e6d4f80636c7b4e21a575489..379f0ac840fa8b04eacbfdd7d19394f86574031e:/src/output.h diff --git a/src/output.h b/src/output.h index d12c125d..ece5b2f7 100644 --- a/src/output.h +++ b/src/output.h @@ -24,11 +24,6 @@ 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; +void output (void); #endif /* !OUTPUT_H_ */