Set the machine number as well as the architecture when converting from a
[deliverable/binutils-gdb.git] / binutils / deflex.l
index d4888bc9b414c040879694ba1a926823eb224cc8..106cc7bf155ff4a73e17ad6a4e6d50ec8a5b90fc 100644 (file)
@@ -1,6 +1,6 @@
 %{/* deflex.l - Lexer for .def files */
 
-/*   Copyright 1995, 1997, 1998, 1999, 2002 Free Software Foundation, Inc.
+/*   Copyright 1995, 1997, 1998, 1999, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
@@ -89,5 +89,5 @@ int linenumber;
 %%
 #ifndef yywrap
 /* Needed for lex, though not flex. */
-int yywrap() { return 1; }
+int yywrap(void) { return 1; }
 #endif
This page took 0.022697 seconds and 4 git commands to generate.