Defined USE_PORTABLE_C when we can't figure out the platform

This commit is contained in:
Joshua Scoggins 2016-04-17 23:06:49 -07:00
parent 535832668f
commit 5b2933e217

View File

@ -69,6 +69,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#else #else
#warning "UNKNOWN PLATFORM IDENTIFIED!!!!" #warning "UNKNOWN PLATFORM IDENTIFIED!!!!"
#define PLATFORM_UNKNOWN #define PLATFORM_UNKNOWN
#warning "USING PORTABLE C!!!"
#define USE_PORTABLE_C
#endif #endif
#if (defined PLATFORM_LINUX) || (defined PLATFORM_MACOSX) #if (defined PLATFORM_LINUX) || (defined PLATFORM_MACOSX)