diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2019-11-12 05:36:28 (GMT) |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-11-12 05:36:28 (GMT) |
commit | 87bb2edaa9cb464ff3256ff9aaa989d8a4b6413e (patch) | |
tree | 9519ef167fa83525d109a979dfc7da32d2dd8de2 /src | |
parent | b550a04003c5d01afa5d3e28ac3ab12382eb52ca (diff) | |
download | Doxygen-87bb2edaa9cb464ff3256ff9aaa989d8a4b6413e.zip Doxygen-87bb2edaa9cb464ff3256ff9aaa989d8a4b6413e.tar.gz Doxygen-87bb2edaa9cb464ff3256ff9aaa989d8a4b6413e.tar.bz2 |
spelling: fortranscanner
Diffstat (limited to 'src')
-rw-r--r-- | src/fortranscanner.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fortranscanner.l b/src/fortranscanner.l index 39c45e7..7e2e2cd 100644 --- a/src/fortranscanner.l +++ b/src/fortranscanner.l @@ -2839,7 +2839,7 @@ static void scanner_abort() #if !defined(YY_FLEX_SUBMINOR_VERSION) //---------------------------------------------------------------------------- extern "C" { // some bogus code to keep the compiler happy - void fortranscannernerYYdummy() { yy_flex_realloc(0,0); } + void fortranscannerYYdummy() { yy_flex_realloc(0,0); } } #endif |