Mercurial > emacs
annotate src/s/sol2-8.h @ 48639:00993d9b9cb7
(gdba, gdb-starting, gdb-stopped, gdb-quit): Update gdb-running -> gud-running.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 03 Dec 2002 21:11:15 +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 |