summaryrefslogtreecommitdiff
path: root/src/m-seq386.h
blob: 2b1b089569b69b00b7148c9468f1ecdc77bc7e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "m-sequent.h"

#if 0 /* This is probably not necessary in GCC 2.2 and up.  */
/* When compiling with GCC and not optimizing,
   start has to skip one extra dummy word on the stack.  */

#if defined (__GNUC__) && !defined (__OPTIMIZE__)
#undef CRT0_DUMMIES
#define CRT0_DUMMIES dummy1, dummy2,
#endif
#endif /* 0 */