Changeset 48


Ignore:
Timestamp:
Apr 28, 2003, 6:48:30 PM (22 years ago)
Author:
bird
Message:

Use EMX when changing code. Are these changes needed?

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 to 1.3
    r47 r48  
    4646 * If you do not wish that, delete this exception notice.
    4747 */
    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"
    4955#include "fixlib.h"
    50 #include "server.h"
    5156
    5257STATIC const char* def_args[] =
  • TabularUnified trunk/src/gcc/gcc/fixinc/server.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r47 r48  
    4646 * If you do not wish that, delete this exception notice.
    4747 */
    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
    4957#include "fixlib.h"
    5058#include "server.h"
    5159#include <signal.h>
     60#endif
    5261
    5362#if !defined(volatile) && !defined(HAVE_VOLATILE)
Note: See TracChangeset for help on using the changeset viewer.