summaryrefslogtreecommitdiff
path: root/src/scan.c
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-02-13 19:08:40 -0800
committerManoj Srivastava <srivasta@debian.org>2016-02-13 20:08:11 -0800
commita9d44d2157fb7c939766706b36052e7a6522bfff (patch)
treec14a0d764610f4d687d97c713ef1f85792479012 /src/scan.c
parent86ca4f322bbec8f52a76c1bf2a879bf464d9bb65 (diff)
[fix-c-plus-comment]: Update generated files after "Commented in C style in skeleton;"
Signed-off-by: Manoj Srivastava <srivasta@debian.org>
Diffstat (limited to 'src/scan.c')
-rw-r--r--src/scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scan.c b/src/scan.c
index b55df2d..0b032c2 100644
--- a/src/scan.c
+++ b/src/scan.c
@@ -4672,7 +4672,7 @@ static void yyensure_buffer_stack (void)
* scanner will even need a stack. We use 2 instead of 1 to avoid an
* immediate realloc on the next call.
*/
- num_to_alloc = 1; // After all that talk, this was set to 1 anyways...
+ num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
(num_to_alloc * sizeof(struct yy_buffer_state*)
);