comparison src/glyphs-x.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
1543 #undef EXTERN 1543 #undef EXTERN
1544 #endif 1544 #endif
1545 /* We have to define SYSV32 so that compface.h includes string.h 1545 /* We have to define SYSV32 so that compface.h includes string.h
1546 instead of strings.h. */ 1546 instead of strings.h. */
1547 #define SYSV32 1547 #define SYSV32
1548 #ifdef __cplusplus 1548 BEGIN_C_DECLS
1549 extern "C" {
1550 #endif
1551 #include <compface.h> 1549 #include <compface.h>
1552 #ifdef __cplusplus 1550 END_C_DECLS
1553 } 1551
1554 #endif
1555 /* JMP_BUF cannot be used here because if it doesn't get defined 1552 /* JMP_BUF cannot be used here because if it doesn't get defined
1556 to jmp_buf we end up with a conflicting type error with the 1553 to jmp_buf we end up with a conflicting type error with the
1557 definition in compface.h */ 1554 definition in compface.h */
1558 extern jmp_buf comp_env; 1555 extern jmp_buf comp_env;
1559 #undef SYSV32 1556 #undef SYSV32