summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2017-01-22 18:32:46 +0100
committerWill Estes <westes575@gmail.com>2017-01-23 13:35:26 -0500
commit6bf98d9aea22e0d26b57255407731aa07b793c0c (patch)
tree3771d562a4eed975fc73c1baa11ff6dea0e79e8e /src
parent1a9468797d6ed418beb313a0e3ff18b8e886dde5 (diff)
scanner: move comment for consistency
Diffstat (limited to 'src')
-rw-r--r--src/flex.skl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flex.skl b/src/flex.skl
index 66b7c1e..190700f 100644
--- a/src/flex.skl
+++ b/src/flex.skl
@@ -214,8 +214,8 @@ m4_ifdef( [[M4_YY_TABLES_EXTERNAL]],
m4preproc_include(`flexint.h')
%endif
-%if-c++-only
/* begin standard C++ headers. */
+%if-c++-only
#include <iostream>
#include <errno.h>
#include <cstdlib>