summaryrefslogtreecommitdiff
path: root/usr.bin/lex/yylex.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/lex/yylex.c')
-rw-r--r--usr.bin/lex/yylex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c
index e50dea258de..efdc699eb13 100644
--- a/usr.bin/lex/yylex.c
+++ b/usr.bin/lex/yylex.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: yylex.c,v 1.6 2015/11/19 19:43:40 tedu Exp $ */
+/* $OpenBSD: yylex.c,v 1.7 2024/11/09 18:03:44 op Exp $ */
/* yylex - scanner front-end for flex */
@@ -40,7 +40,7 @@
/* yylex - scan for a regular expression token */
-int yylex ()
+int yylex (void)
{
int toktype;
static int beglin = false;