home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / emacs / src / m-seq386.h < prev    next >
C/C++ Source or Header  |  1992-05-07  |  324b  |  12 lines

  1. #include "m-sequent.h"
  2.  
  3. #if 0 /* This is probably not necessary in GCC 2.2 and up.  */
  4. /* When compiling with GCC and not optimizing,
  5.    start has to skip one extra dummy word on the stack.  */
  6.  
  7. #if defined (__GNUC__) && !defined (__OPTIMIZE__)
  8. #undef CRT0_DUMMIES
  9. #define CRT0_DUMMIES dummy1, dummy2,
  10. #endif
  11. #endif /* 0 */
  12.