Since C compilers on VMS (perhaps with gcc being the great exception)

do not quite follow the same rules as on Unix, we need to use the
FLAT_INC tweak to include the vendor-specific header files.
This commit is contained in:
Richard Levitte
2000-09-09 07:14:43 +00:00
parent 61b337bd22
commit dcd4d341e1
4 changed files with 19 additions and 3 deletions

View File

@@ -78,7 +78,11 @@
* simply to keep the file sizes reasonable.
* [Geoff]
*/
#ifdef FLAT_INC
#include "cswift.h"
#else
#include "vendor_defns/cswift.h"
#endif
static int cswift_init(void);
static int cswift_finish(void);