diff options
| author | Richard M. Stallman | 2003-05-19 14:41:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-05-19 14:41:32 +0000 |
| commit | 554061d8f9f5759db5f5464890ffb44a1679f288 (patch) | |
| tree | 664a82ac4d894efd1b5867d0febbe06e66fb59af /src | |
| parent | e67f5ccc06878dc251c0a026674fed095dfd951d (diff) | |
| download | emacs-554061d8f9f5759db5f5464890ffb44a1679f288.tar.gz emacs-554061d8f9f5759db5f5464890ffb44a1679f288.zip | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 | ||||
| -rw-r--r-- | src/unexec.c | 2 | ||||
| -rw-r--r-- | src/xterm.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c index 2b24068af6f..095ae9e7c78 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -602,7 +602,7 @@ void __do_global_ctors_aux () | |||
| 602 | {} | 602 | {} |
| 603 | void __do_global_dtors () | 603 | void __do_global_dtors () |
| 604 | {} | 604 | {} |
| 605 | /* Linux has a bug in its library; avoid an error. */ | 605 | /* GNU/Linux has a bug in its library; avoid an error. */ |
| 606 | #ifndef GNU_LINUX | 606 | #ifndef GNU_LINUX |
| 607 | char * __CTOR_LIST__[2] = { (char *) (-1), 0 }; | 607 | char * __CTOR_LIST__[2] = { (char *) (-1), 0 }; |
| 608 | #endif | 608 | #endif |
diff --git a/src/unexec.c b/src/unexec.c index e6bcb635faa..aa4170019c7 100644 --- a/src/unexec.c +++ b/src/unexec.c | |||
| @@ -821,7 +821,7 @@ make_hdr (new, a_out, data_start, bss_start, entry_address, a_name, new_name) | |||
| 821 | PERROR (new_name); | 821 | PERROR (new_name); |
| 822 | } | 822 | } |
| 823 | 823 | ||
| 824 | #if 0 /* This #ifndef caused a bug on Linux when using QMAGIC. */ | 824 | #if 0 /* This #ifndef caused a bug on GNU/Linux when using QMAGIC. */ |
| 825 | /* This adjustment was done above only #ifndef NO_REMAP, | 825 | /* This adjustment was done above only #ifndef NO_REMAP, |
| 826 | so only undo it now #ifndef NO_REMAP. */ | 826 | so only undo it now #ifndef NO_REMAP. */ |
| 827 | /* #ifndef NO_REMAP */ | 827 | /* #ifndef NO_REMAP */ |
diff --git a/src/xterm.c b/src/xterm.c index 0992e1fac9d..128a1bf0ef2 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -8768,7 +8768,7 @@ x_make_frame_visible (f) | |||
| 8768 | (raise-frame f)) | 8768 | (raise-frame f)) |
| 8769 | 8769 | ||
| 8770 | the frame is not raised with various window managers on | 8770 | the frame is not raised with various window managers on |
| 8771 | FreeBSD, Linux and Solaris. It turns out that, for some | 8771 | FreeBSD, GNU/Linux and Solaris. It turns out that, for some |
| 8772 | unknown reason, the call to XtMapWidget is completely ignored. | 8772 | unknown reason, the call to XtMapWidget is completely ignored. |
| 8773 | Mapping the widget a second time works. */ | 8773 | Mapping the widget a second time works. */ |
| 8774 | 8774 | ||