Skip to content
Snippets Groups Projects
Commit 55060c0b authored by DJ Delorie's avatar DJ Delorie
Browse files

merge from gcc

parent dbb467de
No related branches found
No related tags found
No related merge requests found
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> 2005-07-22 Ben Elliston <bje@gnu.org>
* getopt.c: Include "ansidecl.h". * getopt.c: Include "ansidecl.h".
......
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
# endif # endif
#endif #endif
#include <stdio.h>
#include "ansidecl.h" #include "ansidecl.h"
#include <stdio.h>
/* Comment out all this code if we are using the GNU C Library, and are not /* 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 actually compiling the library itself. This code is part of the GNU C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment