diff options
| author | Dan Nicolaescu | 2008-06-27 14:22:17 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-06-27 14:22:17 +0000 |
| commit | d6bf1bdb87570d9864ce9f6907c1be94d67c18a7 (patch) | |
| tree | 5cd98756c52f3d2f095fc513d3184ca091f0f095 /src | |
| parent | cdc5b68f33dd04ee15a92d6d6851bde3e5240f3b (diff) | |
| download | emacs-d6bf1bdb87570d9864ce9f6907c1be94d67c18a7.tar.gz emacs-d6bf1bdb87570d9864ce9f6907c1be94d67c18a7.zip | |
Fix previous change: keep the correct branch of a
removed #if.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/s/usg5-4.h | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 867b0fb1cbc..e2f0230329e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-06-27 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * s/usg5-4.h: Fix previous change: keep the correct branch of a | ||
| 4 | removed #if. | ||
| 5 | |||
| 1 | 2008-06-26 Juanma Barranquero <lekktu@gmail.com> | 6 | 2008-06-26 Juanma Barranquero <lekktu@gmail.com> |
| 2 | Eli Zaretskii <eliz@gnu.org> | 7 | Eli Zaretskii <eliz@gnu.org> |
| 3 | 8 | ||
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index 79cc10ac031..87f7f384ebe 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h | |||
| @@ -171,8 +171,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 171 | 171 | ||
| 172 | #define SIGTYPE void | 172 | #define SIGTYPE void |
| 173 | 173 | ||
| 174 | #define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xt.o | 174 | #define ORDINARY_LINK |
| 175 | #define LIB_STANDARD -lc /usr/ccs/lib/crtn.o | 175 | |
| 176 | #define LIB_STANDARD | ||
| 176 | 177 | ||
| 177 | /* there are no -lg libraries on this system, and no libPW */ | 178 | /* there are no -lg libraries on this system, and no libPW */ |
| 178 | 179 | ||