aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-06-30 19:19:10 +0000
committerBruce Evans <bde@FreeBSD.org>1998-06-30 19:19:10 +0000
commit3e55a1b2c69380e57459939ba1d288bb6c6e5b17 (patch)
tree0775e4700ded729a80f4c5171e874ff6b5b0959d /contrib
parente13d2860b1b640644ca3b29cc23c6d92e61946c7 (diff)
downloadsrc-3e55a1b2c69380e57459939ba1d288bb6c6e5b17.tar.gz
src-3e55a1b2c69380e57459939ba1d288bb6c6e5b17.zip
Fixed (1970's/old-GNU style) a missing declaration of a function that
doesn't return int.
Notes
Notes: svn path=/head/; revision=37310
Diffstat (limited to 'contrib')
-rw-r--r--contrib/bison/reader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/bison/reader.c b/contrib/bison/reader.c
index 662353b307ef..d9f10e031ba7 100644
--- a/contrib/bison/reader.c
+++ b/contrib/bison/reader.c
@@ -60,6 +60,7 @@ extern void output_trailers();
extern void free_symtab();
extern void open_extra_files();
extern char *int_to_string();
+extern char *printable_version();
extern void fatal();
extern void fatals();
extern void warn();