diff options
| author | Richard M. Stallman | 2001-12-11 22:20:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-11 22:20:20 +0000 |
| commit | 8a2a6032daa218702d62b8d1e12240bda4bfb302 (patch) | |
| tree | 2448a3b540110767589fd9963d56b9e666be1d34 /src/emacs.c | |
| parent | 8db5530aa05f20f511a0cf2373fd838004be80be (diff) | |
| download | emacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.tar.gz emacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.zip | |
Test GNU_LINUX, not LINUX.
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 2262194d1af..bf7f9a5f977 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -593,7 +593,7 @@ void __do_global_ctors_aux () | |||
| 593 | void __do_global_dtors () | 593 | void __do_global_dtors () |
| 594 | {} | 594 | {} |
| 595 | /* Linux has a bug in its library; avoid an error. */ | 595 | /* Linux has a bug in its library; avoid an error. */ |
| 596 | #ifndef LINUX | 596 | #ifndef GNU_LINUX |
| 597 | char * __CTOR_LIST__[2] = { (char *) (-1), 0 }; | 597 | char * __CTOR_LIST__[2] = { (char *) (-1), 0 }; |
| 598 | #endif | 598 | #endif |
| 599 | char * __DTOR_LIST__[2] = { (char *) (-1), 0 }; | 599 | char * __DTOR_LIST__[2] = { (char *) (-1), 0 }; |