summaryrefslogtreecommitdiff
path: root/usr.bin/fgen/fgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fgen/fgen.h')
-rw-r--r--usr.bin/fgen/fgen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fgen/fgen.h b/usr.bin/fgen/fgen.h
index 45ee349b4a7..6a96850d171 100644
--- a/usr.bin/fgen/fgen.h
+++ b/usr.bin/fgen/fgen.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fgen.h,v 1.1 2001/08/17 21:31:02 jason Exp $ */
+/* $OpenBSD: fgen.h,v 1.2 2002/02/16 21:27:45 millert Exp $ */
/* $NetBSD: fgen.h,v 1.4 2001/06/13 10:46:05 wiz Exp $ */
/*
* fgen.h -- stuff for the fcode tokenizer.
@@ -42,7 +42,7 @@ struct tok {
};
#define TOKEN struct tok
-#define YY_DECL TOKEN* yylex __P((void))
+#define YY_DECL TOKEN* yylex(void)
#define FCODE 0xF00DBABE
#define MACRO 0xFEEDBABE