projects
/
bison.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(nullable_compute): Use abort rather than assert.
[bison.git]
/
src
/
output.h
diff --git
a/src/output.h
b/src/output.h
index 53cef8960d13d6c500980d9cc1e4367b7a9d6456..ece5b2f7027fe4659c7df08dafe6984689c54aa1 100644
(file)
--- a/
src/output.h
+++ b/
src/output.h
@@
-24,6
+24,6
@@
extern int error_verbose;
/* Output the parsing tables and the parser code to FTABLE. */
-void output
PARAMS ((void)
);
+void output
(void
);
#endif /* !OUTPUT_H_ */