Mercurial > hg > xemacs-beta
comparison src/glyphs-gtk.c @ 1743:543769b89fed
[xemacs-hg @ 2003-10-14 05:02:57 by james]
New compiler.h contains compiler-specific defines. Use it everywhere.
author | james |
---|---|
date | Tue, 14 Oct 2003 05:03:13 +0000 |
parents | a8d8f419b459 |
children | 7473844a83d3 |
comparison
equal
deleted
inserted
replaced
1742:7f92ee59c996 | 1743:543769b89fed |
---|---|
1374 #undef EXTERN | 1374 #undef EXTERN |
1375 #endif | 1375 #endif |
1376 /* We have to define SYSV32 so that compface.h includes string.h | 1376 /* We have to define SYSV32 so that compface.h includes string.h |
1377 instead of strings.h. */ | 1377 instead of strings.h. */ |
1378 #define SYSV32 | 1378 #define SYSV32 |
1379 #ifdef __cplusplus | 1379 BEGIN_C_DECLS |
1380 extern "C" { | |
1381 #endif | |
1382 #include <compface.h> | 1380 #include <compface.h> |
1383 #ifdef __cplusplus | 1381 END_C_DECLS |
1384 } | 1382 |
1385 #endif | |
1386 /* JMP_BUF cannot be used here because if it doesn't get defined | 1383 /* JMP_BUF cannot be used here because if it doesn't get defined |
1387 to jmp_buf we end up with a conflicting type error with the | 1384 to jmp_buf we end up with a conflicting type error with the |
1388 definition in compface.h */ | 1385 definition in compface.h */ |
1389 extern jmp_buf comp_env; | 1386 extern jmp_buf comp_env; |
1390 #undef SYSV32 | 1387 #undef SYSV32 |