diff options
author | Adrian Negreanu <groleo@gmail.com> | 2016-09-21 10:08:41 (GMT) |
---|---|---|
committer | Adrian Negreanu <groleo@gmail.com> | 2016-09-21 10:36:50 (GMT) |
commit | 0bdb01d4b6ced07750d8e449fd4ffab5554d8a24 (patch) | |
tree | a214f156cdffb01f4967df9f5f5c985177945f8d /src/configimpl.l | |
parent | 2a5357a0fac644ffb1bf49569344b9bc57603a29 (diff) | |
download | Doxygen-0bdb01d4b6ced07750d8e449fd4ffab5554d8a24.zip Doxygen-0bdb01d4b6ced07750d8e449fd4ffab5554d8a24.tar.gz Doxygen-0bdb01d4b6ced07750d8e449fd4ffab5554d8a24.tar.bz2 |
flex: use %option instead of command line options.
Diffstat (limited to 'src/configimpl.l')
-rw-r--r-- | src/configimpl.l | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configimpl.l b/src/configimpl.l index 2cf698a..aa80a30 100644 --- a/src/configimpl.l +++ b/src/configimpl.l @@ -10,6 +10,8 @@ * */ %option never-interactive +%option prefix="configimplYY" + %{ /* |