aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkus Rost2002-09-09 21:37:28 +0000
committerMarkus Rost2002-09-09 21:37:28 +0000
commite986c1753844f251cb1dcba9d0d323cdd39901be (patch)
tree2bf95ddc604aa1bde01c849806148decb5b39522 /src
parent191f025abfb9e2694802588773973875c4c52703 (diff)
downloademacs-e986c1753844f251cb1dcba9d0d323cdd39901be.tar.gz
emacs-e986c1753844f251cb1dcba9d0d323cdd39901be.zip
Fix typo. Add comment.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/sol2-6.h4
2 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1165786df57..faf995354ca 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-09-09 Markus Rost <rost@math.ohio-state.edu>
2
3 * s/sol2-6.h: Fix typo. Add comment.
4
12002-09-09 Richard M. Stallman <rms@gnu.org> 52002-09-09 Richard M. Stallman <rms@gnu.org>
2 6
3 * regex.c (regnum_t): Use signed int, not unsigned int. 7 * regex.c (regnum_t): Use signed int, not unsigned int.
diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h
index 44b008110e5..7262415d07c 100644
--- a/src/s/sol2-6.h
+++ b/src/s/sol2-6.h
@@ -1,4 +1,6 @@
1#include "sol2-6.h" 1/* Handle Solaris 2.6. */
2
3#include "sol2-5.h"
2 4
3#undef UNEXEC 5#undef UNEXEC
4#define UNEXEC unexsol.o 6#define UNEXEC unexsol.o