home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-18.59-src.tgz / emacs-18.59-src.tar / fsf / emacs18 / src / m-seq386.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  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.