]> granicus.if.org Git - flex/commitdiff
Changed // comments to /* */ comments in skeleton.
authorJohn Millaway <john43@users.sourceforge.net>
Tue, 21 Aug 2001 17:47:50 +0000 (17:47 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Tue, 21 Aug 2001 17:47:50 +0000 (17:47 +0000)
flex.skl

index 6546456367665a24c7b01664ea94a079a4e15c28..8d5a6b3ab203664a49ac50d915806a8cbe478f70 100644 (file)
--- a/flex.skl
+++ b/flex.skl
@@ -2060,7 +2060,7 @@ void *ptr;
 YY_DECL_LAST_ARG
 #endif
        {
-       free( (char *) ptr );   // see yy_flex_realloc() for (char *) cast
+       free( (char *) ptr );   /* see yy_flex_realloc() for (char *) cast */
        }
 
 #if YY_MAIN