summaryrefslogtreecommitdiff
path: root/zwgc/parser.y
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1994-12-22 00:03:46 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1994-12-22 00:03:46 +0000
commit8549b02d57a717b075384777d4dcdc7733716f28 (patch)
tree99d5b726f8636a4aa6f30a94179797c649929922 /zwgc/parser.y
parent0974f04903a95725fe1fa8f81378383952d869b2 (diff)
Compatiblity hack; probably for NetBSD.
Diffstat (limited to 'zwgc/parser.y')
-rw-r--r--zwgc/parser.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/zwgc/parser.y b/zwgc/parser.y
index ac9ed20..31d21db 100644
--- a/zwgc/parser.y
+++ b/zwgc/parser.y
@@ -30,6 +30,8 @@ static char rcsid_parser_y[] = "$Id$";
#include "node.h"
#include "zwgc.h"
+static void yyerror();
+
/*
* the_program - local variable used to communicate the program's node
* representation from the program action to the parse_file