Mercurial > hg > xemacs-beta
comparison src/glyphs-msw.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 |
---|---|
1613 #undef EXTERN | 1613 #undef EXTERN |
1614 #endif | 1614 #endif |
1615 /* We have to define SYSV32 so that compface.h includes string.h | 1615 /* We have to define SYSV32 so that compface.h includes string.h |
1616 instead of strings.h. */ | 1616 instead of strings.h. */ |
1617 #define SYSV32 | 1617 #define SYSV32 |
1618 #ifdef __cplusplus | 1618 BEGIN_C_DECLS |
1619 extern "C" { | |
1620 #endif | |
1621 #include <compface.h> | 1619 #include <compface.h> |
1622 #ifdef __cplusplus | 1620 END_C_DECLS |
1623 } | 1621 |
1624 #endif | |
1625 /* JMP_BUF cannot be used here because if it doesn't get defined | 1622 /* JMP_BUF cannot be used here because if it doesn't get defined |
1626 to jmp_buf we end up with a conflicting type error with the | 1623 to jmp_buf we end up with a conflicting type error with the |
1627 definition in compface.h */ | 1624 definition in compface.h */ |
1628 extern jmp_buf comp_env; | 1625 extern jmp_buf comp_env; |
1629 #undef SYSV32 | 1626 #undef SYSV32 |