aboutsummaryrefslogtreecommitdiff
path: root/binutils/syslex.l
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/syslex.l')
-rw-r--r--binutils/syslex.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/syslex.l b/binutils/syslex.l
index 553cbdc..ffaf4fa 100644
--- a/binutils/syslex.l
+++ b/binutils/syslex.l
@@ -1,5 +1,5 @@
%{
-/* Copyright 2001 Free Software Foundation, Inc.
+/* Copyright 2001, 2003 Free Software Foundation, Inc.
This file is part of GLD, the Gnu Linker.
@@ -24,7 +24,7 @@ int number;
int unit;
#ifndef yywrap
-static int yywrap () { return 1; }
+static int yywrap (void) { return 1; }
#endif
%}
%%