Fixed typo
authorceriel <none@none>
Thu, 7 Nov 1991 09:39:30 +0000 (09:39 +0000)
committerceriel <none@none>
Thu, 7 Nov 1991 09:39:30 +0000 (09:39 +0000)
util/flex/misc.c

index bb2df46..03c343c 100644 (file)
@@ -622,7 +622,7 @@ Char array[];
     switch ( array[1] )
        {
 #ifdef ACK_MOD
-#if__STDC__
+#if __STDC__
        case 'a': return ( '\a' );
        case 'v': return ( '\v' );
 #else