diff options
| author | Jan Djärv | 2004-01-21 15:30:28 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-01-21 15:30:28 +0000 |
| commit | 5335a4eeb80af7ce184e43f490f2ab7b55e68a0a (patch) | |
| tree | ab672a988e6204db385b75c506e278bef2d6c3b7 /src | |
| parent | f78d258e7ae19cee13bd5173afe737cddbe96b18 (diff) | |
| download | emacs-5335a4eeb80af7ce184e43f490f2ab7b55e68a0a.tar.gz emacs-5335a4eeb80af7ce184e43f490f2ab7b55e68a0a.zip | |
lisp.h: Add undef DECL_ALIGN
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lisp.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fb2dc4dc6f5..59087a50bb1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-01-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * lisp.h: Add undef DECL_ALIGN. | ||
| 4 | |||
| 1 | 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * process.c (wait_reading_process_input) [SYNC_INPUT]: | 7 | * process.c (wait_reading_process_input) [SYNC_INPUT]: |
diff --git a/src/lisp.h b/src/lisp.h index b54668fb780..cb332acaedb 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -310,6 +310,7 @@ enum pvec_type | |||
| 310 | 310 | ||
| 311 | #ifndef USE_LSB_TAG | 311 | #ifndef USE_LSB_TAG |
| 312 | /* Just remove the alignment annotation if we don't use it. */ | 312 | /* Just remove the alignment annotation if we don't use it. */ |
| 313 | #undef DECL_ALIGN | ||
| 313 | #define DECL_ALIGN(type, var) type var | 314 | #define DECL_ALIGN(type, var) type var |
| 314 | #endif | 315 | #endif |
| 315 | 316 | ||