Mercurial > emacs
annotate src/s/sol2-8.h @ 48542:435e087e5d76
(update_dynamic_symbols): Cast arg of fatal_unexec.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 25 Nov 2002 19:21:10 +0000 |
parents | 8a8dacfd6364 |
children |
rev | line source |
---|---|
48307 | 1 /* Handle Solaris 2.8. */ |
2 | |
48417
8a8dacfd6364
Include sol2-6.h.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
48307
diff
changeset
|
3 #include "sol2-6.h" |
48307 | 4 |
5 /* Redundant but differing definitions for bcopy, bcmp, and bzero are | |
6 causing problems. Get rid of the emacs overrides for these. */ | |
7 | |
8 #ifdef bcopy | |
9 #undef bcopy | |
10 #endif | |
11 #ifdef bcmp | |
12 #undef bcmp | |
13 #endif | |
14 #ifdef bzero | |
15 #undef bzero | |
16 #endif |