diff options
| author | Dan Nicolaescu | 2008-07-13 07:35:26 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-13 07:35:26 +0000 |
| commit | bdee2ef3fab9b8a434d41c1f95c3f98aa342008b (patch) | |
| tree | 611a86007793d85fdbad7189d3e7a50adc319079 /src/s/vms.h | |
| parent | f06b5ed2ce9329fb6112f2ccfd7e3271c5cbe70c (diff) | |
| download | emacs-bdee2ef3fab9b8a434d41c1f95c3f98aa342008b.tar.gz emacs-bdee2ef3fab9b8a434d41c1f95c3f98aa342008b.zip | |
* config.nt (HAVE_FACES): Remove, unused.
* s/vms.h: Use __GNUC__ instead of _GNUC_.
* m/macppc.h:
* m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
* m/ibms390x.h (XINT, XUINT): Don't define, same as the default
(SPECIAL_EMACS_INT):
* m/ia64.h (SPECIAL_EMACS_INT):
* m/amdx86-64.h (SPECIAL_EMACS_INT):
* s/gnu.h (NLIST_STRUCT):
* aix4-2.h (X11R5_INHIBIT_I18N):
* s/gnu-linux.h (LINUX):
* s/msdos.h (HAVE_FACES):
* s/ms-w32.h (HAVE_FACES): Don't define, unused.
* systty.h:
* sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
anymore.
Diffstat (limited to 'src/s/vms.h')
| -rw-r--r-- | src/s/vms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/vms.h b/src/s/vms.h index 413c302e8c7..6e269e61a0d 100644 --- a/src/s/vms.h +++ b/src/s/vms.h | |||
| @@ -149,7 +149,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 149 | #define rindex strrchr | 149 | #define rindex strrchr |
| 150 | #define unlink delete | 150 | #define unlink delete |
| 151 | 151 | ||
| 152 | #ifndef _GNUC_ | 152 | #ifndef __GNUC__ |
| 153 | extern double mth$dmod(double, double); | 153 | extern double mth$dmod(double, double); |
| 154 | #endif | 154 | #endif |
| 155 | 155 | ||