mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
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:
parent
5b83f4df0c
commit
43bee4de3a
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user