Adjustments to #error for pre-ANSI compilers.

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@489 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2002-12-10 03:01:19 +00:00
parent 5b83f4df0c
commit 43bee4de3a
2 changed files with 3 additions and 1 deletions

View File

@ -100,6 +100,7 @@ void __int__(int);
#else
#error Unknown compiler
We might even deal with a pre-ANSI compiler. This will certainly not compile.
#endif
#ifdef MC68K

View File

@ -27,6 +27,7 @@ extern __segment DosTextSeg;
#else
#error("unknown compiler - please adjust")
#error unknown compiler - please adjust
We might even deal with a pre-ANSI compiler. This will certainly not compile.
#endif
extern BYTE DOSFAR version_flags; /* minor version number */