summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2001-08-21 17:47:50 +0000
committerJohn Millaway <john43@users.sourceforge.net>2001-08-21 17:47:50 +0000
commit222fddee76055e6aed849d9c4192230b36f1d946 (patch)
treeaaf9863a41a241f75086c1ed0b1b02c60bc78127 /flex.skl
parent0d1613b763b35246c2ab0578c13ef54ed263a015 (diff)
Changed // comments to /* */ comments in skeleton.
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl2
1 files changed, 1 insertions, 1 deletions
diff --git a/flex.skl b/flex.skl
index 6546456..8d5a6b3 100644
--- 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