diff options
| author | Dan Nicolaescu | 2008-07-11 02:30:26 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-11 02:30:26 +0000 |
| commit | 6e5cb96f3d905d69ef7cf2c09df3e51b2db06d9b (patch) | |
| tree | 3c7960f6dd3096573828f31642b72e903fa8c976 /src/m/intel386.h | |
| parent | f4f745d94326e5082acb071953b7c2d713421a2f (diff) | |
| download | emacs-6e5cb96f3d905d69ef7cf2c09df3e51b2db06d9b.tar.gz emacs-6e5cb96f3d905d69ef7cf2c09df3e51b2db06d9b.zip | |
* lisp.h:
* w32heap.c:
* emacs.c:
* alloc.c: Replace all references of NO_UNION_TYPE with
USE_LISP_UNION_TYPE.
* m/xtensa.h (NO_UNION_TYPE):
* m/vax.h (NO_UNION_TYPE):
* m/template.h (NO_UNION_TYPE):
* m/sparc.h (NO_UNION_TYPE):
* m/mips.h (NO_UNION_TYPE):
* m/macppc.h (NO_UNION_TYPE):
* m/m68k.h (NO_UNION_TYPE):
* m/iris4d.h (NO_UNION_TYPE):
* m/intel386.h (NO_UNION_TYPE):
* m/ibms390x.h (NO_UNION_TYPE):
* m/ibms390.h (NO_UNION_TYPE):
* m/ibmrs6000.h (NO_UNION_TYPE):
* m/ia64.h (NO_UNION_TYPE):
* m/hp800.h (NO_UNION_TYPE):
* m/arm.h (NO_UNION_TYPE):
* m/amdx86-64.h (NO_UNION_TYPE):
* m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
defining it the same.
Diffstat (limited to 'src/m/intel386.h')
| -rw-r--r-- | src/m/intel386.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h index 540760cd575..9353283c0b2 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h | |||
| @@ -57,10 +57,6 @@ NOTE-END */ | |||
| 57 | 57 | ||
| 58 | /* #define NO_ARG_ARRAY */ | 58 | /* #define NO_ARG_ARRAY */ |
| 59 | 59 | ||
| 60 | /* Use type int rather than a union, to represent Lisp_Object */ | ||
| 61 | |||
| 62 | #define NO_UNION_TYPE | ||
| 63 | |||
| 64 | /* crt0.c, if it is used, should use the i386-bsd style of entry. | 60 | /* crt0.c, if it is used, should use the i386-bsd style of entry. |
| 65 | with no extra dummy args. On USG and XENIX, | 61 | with no extra dummy args. On USG and XENIX, |
| 66 | NO_REMAP says this isn't used. */ | 62 | NO_REMAP says this isn't used. */ |