2004-12-07 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / binutils / syslex.l
index 553cbdc8ddd1292eb28c323c99d4a4c2c56aa9a7..ffaf4fad2d6a96dda8a4744be7c07dcd08c34510 100644 (file)
@@ -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
 %}
 %%
This page took 0.036435 seconds and 4 git commands to generate.