From: cuz Date: Tue, 21 Aug 2007 13:16:53 +0000 (+0000) Subject: Remove the #error statement if the platform is unknown. This allows use of X-Git-Tag: V2.12.0~64 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5eadec958c47182da119218608e478daa5e6e6fd;p=cc65 Remove the #error statement if the platform is unknown. This allows use of conio.h in custom targets. git-svn-id: svn://svn.cc65.org/cc65/trunk@3793 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/conio.h b/include/conio.h index 300a3be6f..21a0c1ea7 100644 --- a/include/conio.h +++ b/include/conio.h @@ -6,8 +6,8 @@ /* */ /* */ /* */ -/* (C) 1998-2005 Ullrich von Bassewitz */ -/* Römerstraße 52 */ +/* (C) 1998-2007 Ullrich von Bassewitz */ +/* Roemerstrasse 52 */ /* D-70794 Filderstadt */ /* EMail: uz@cc65.org */ /* */ @@ -77,8 +77,6 @@ # include #elif defined(__NES__) # include -#else -# error "Unknown platform in conio.h" #endif