diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-05-19 14:41:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-05-19 14:41:32 +0000 |
commit | 554061d8f9f5759db5f5464890ffb44a1679f288 (patch) | |
tree | 664a82ac4d894efd1b5867d0febbe06e66fb59af /src/unexec.c | |
parent | e67f5ccc06878dc251c0a026674fed095dfd951d (diff) | |
download | emacs-554061d8f9f5759db5f5464890ffb44a1679f288.tar.gz |
Comment change.
Diffstat (limited to 'src/unexec.c')
-rw-r--r-- | src/unexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) PERROR (new_name); } -#if 0 /* This #ifndef caused a bug on Linux when using QMAGIC. */ +#if 0 /* This #ifndef caused a bug on GNU/Linux when using QMAGIC. */ /* This adjustment was done above only #ifndef NO_REMAP, so only undo it now #ifndef NO_REMAP. */ /* #ifndef NO_REMAP */ |