Change all chars being passed to the ctype macros (isalph(), etc.) to
[mmh] / sbr / dtimep.lex
index a228694..113f2ea 100644 (file)
@@ -227,7 +227,7 @@ nl      [ \t\n()]
   
   YY_BUFFER_STATE lexhandle;
 
-  register char *cp;
+  register unsigned char *cp;
   static struct tws tw; 
 
   memset(&tw,0,sizeof(struct tws));