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/alloc.c | |
| 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/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index b942e7a6e01..ac28a321649 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1541,7 +1541,7 @@ mark_interval_tree (tree) | |||
| 1541 | } while (0) | 1541 | } while (0) |
| 1542 | 1542 | ||
| 1543 | 1543 | ||
| 1544 | /* Number support. If NO_UNION_TYPE isn't in effect, we | 1544 | /* Number support. If USE_LISP_UNION_TYPE is in effect, we |
| 1545 | can't create number objects in macros. */ | 1545 | can't create number objects in macros. */ |
| 1546 | #ifndef make_number | 1546 | #ifndef make_number |
| 1547 | Lisp_Object | 1547 | Lisp_Object |