summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-10-05 03:02:04 +0000
committerobrien <obrien@FreeBSD.org>2001-10-05 03:02:04 +0000
commitbe3ae37c00fd95eacdb303d26fb9d75fa2b9e3c7 (patch)
tree2a58903bcbbc92e3e2d01a7d3a4f457deb9a8c6f /usr.bin/yacc
parent1547f1d07f68f23f3a62a40397b800fe8fbf0629 (diff)
downloadFreeBSD-src-be3ae37c00fd95eacdb303d26fb9d75fa2b9e3c7.zip
FreeBSD-src-be3ae37c00fd95eacdb303d26fb9d75fa2b9e3c7.tar.gz
Properly static'ize increase_maxtable().
Submitted by: db@db.net
Diffstat (limited to 'usr.bin/yacc')
-rw-r--r--usr.bin/yacc/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/yacc/output.c b/usr.bin/yacc/output.c
index 8226fdb..49cae39 100644
--- a/usr.bin/yacc/output.c
+++ b/usr.bin/yacc/output.c
@@ -1322,7 +1322,7 @@ free_reductions()
* side effects - table is increase by at least 200 short words
*/
-int
+static int
increase_maxtable(int loc)
{
int newmax;
OpenPOWER on IntegriCloud