Changeset 48
- Timestamp:
- Apr 28, 2003, 6:48:30 PM (22 years ago)
- Location:
- trunk/src/gcc/gcc/fixinc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/gcc/gcc/fixinc/procopen.c ¶
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r47 r48 46 46 * If you do not wish that, delete this exception notice. 47 47 */ 48 48 #ifndef __EMX__ /* r=bird: Why do we do this? It wasn't in the diff, but it was in the sources I got... */ 49 #include "auto-host.h" 50 #include "ansidecl.h" 51 #include "system.h" 52 #endif 53 54 #include "server.h" 49 55 #include "fixlib.h" 50 #include "server.h"51 56 52 57 STATIC const char* def_args[] = -
Property cvs2svn:cvs-rev
changed from
-
TabularUnified trunk/src/gcc/gcc/fixinc/server.c ¶
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r47 r48 46 46 * If you do not wish that, delete this exception notice. 47 47 */ 48 48 #ifndef __EMX__ /* r=bird: Why do we do this? It wasn't in the diff, but it was in the sources I got... */ 49 #include "auto-host.h" 50 51 #include "ansidecl.h" 52 #include "system.h" 53 #include <signal.h> 54 55 #include "server.h" 56 #else 49 57 #include "fixlib.h" 50 58 #include "server.h" 51 59 #include <signal.h> 60 #endif 52 61 53 62 #if !defined(volatile) && !defined(HAVE_VOLATILE) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.