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 /admin | |
| 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 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 0af13230d9e..32c13f26f1d 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -18,6 +18,7 @@ WINDOWSNT Compiling the native MS-Windows (W32) port. | |||
| 18 | __MINGW32__ Compiling the W32 port with the MinGW port of GCC. | 18 | __MINGW32__ Compiling the W32 port with the MinGW port of GCC. |
| 19 | _MSC_VER Compiling the W32 port with the Microsoft C compiler. | 19 | _MSC_VER Compiling the W32 port with the Microsoft C compiler. |
| 20 | IRIX6_5 Compiling on Irix-6.5 | 20 | IRIX6_5 Compiling on Irix-6.5 |
| 21 | USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. | ||
| 21 | 22 | ||
| 22 | ** Distinguishing GUIs ** | 23 | ** Distinguishing GUIs ** |
| 23 | 24 | ||
| @@ -281,7 +282,6 @@ NO_SHARED_LIBS | |||
| 281 | NO_SIOCTL_H | 282 | NO_SIOCTL_H |
| 282 | NO_SOCK_SIGIO | 283 | NO_SOCK_SIGIO |
| 283 | NO_TERMIO | 284 | NO_TERMIO |
| 284 | NO_UNION_TYPE | ||
| 285 | NSIG | 285 | NSIG |
| 286 | NSIG_MINIMUM | 286 | NSIG_MINIMUM |
| 287 | NULL | 287 | NULL |