Skip to content

Commit

Permalink
spelling: fortranscanner
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 12, 2019
1 parent b550a04 commit 87bb2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fortranscanner.l
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 87bb2ed

Please sign in to comment.