* support/regression/Makefile: new target test-mcs51-stack-auto
[fw/sdcc] / device / include / ctype.h
index 417b08b240b89e6873f44d58e01d64f9aaad5d07..851d8453f5eb6721b029ac5975c2592a19ea913d 100644 (file)
@@ -35,7 +35,7 @@
 #include <sdcc-lib.h>
 
 #ifdef SDCC_STACK_AUTO
-#warning Make sure you recompile _is*.c files as 'reentrant'
+/* #warning Make sure you recompile _is*.c files as 'reentrant' */
 
 extern char  iscntrl   (unsigned char ) _REENTRANT ;
 extern char  isdigit   (unsigned char ) _REENTRANT ;