summaryrefslogtreecommitdiff
path: root/src/output.h
diff options
context:
space:
mode:
authorPascal Bart <pascal.bart@epita.fr>2001-08-31 08:00:56 +0000
committerPascal Bart <pascal.bart@epita.fr>2001-08-31 08:00:56 +0000
commit6c686258e3fa074584b9f205c694d4bf88e1cb1e (patch)
tree2844b68a2c08e1976a6337dde1c0b0f8e344eeba /src/output.h
parentc111e171cd0df113a40a9d20e74186b047fb3f61 (diff)
downloadbison-6c686258e3fa074584b9f205c694d4bf88e1cb1e.tar.gz
* src/reader.c (reader): Delete obsolete call to function
output_trailers and output_headers. * src/output.h: Remove obsolete functions prototypes of output_headers and output_trailers.
Diffstat (limited to 'src/output.h')
-rw-r--r--src/output.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/output.h b/src/output.h
index 7bd3184a..9a2dcb8f 100644
--- a/src/output.h
+++ b/src/output.h
@@ -21,12 +21,6 @@
#ifndef OUTPUT_H_
# define OUTPUT_H_
-/* Output constant strings to the beginning of certain files. */
-void output_headers PARAMS ((void));
-
-/* Output constant strings to the ends of certain files. */
-void output_trailers PARAMS ((void));
-
/* Output the parsing tables and the parser code to FTABLE. */
void output PARAMS ((void));