mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
merge from gcc
This commit is contained in:
parent
dbb467de43
commit
55060c0b16
@ -1,3 +1,7 @@
|
||||
2005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* getopt.c: Include ansidecl.h before system headers.
|
||||
|
||||
2005-07-22 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* getopt.c: Include "ansidecl.h".
|
||||
|
@ -42,8 +42,8 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include "ansidecl.h"
|
||||
#include <stdio.h>
|
||||
|
||||
/* Comment out all this code if we are using the GNU C Library, and are not
|
||||
actually compiling the library itself. This code is part of the GNU C
|
||||
|
Loading…
Reference in New Issue
Block a user