diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/parse/root.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/root.cpp b/src/parse/root.cpp index 29b3f28a..ce3c9443 100644 --- a/src/parse/root.cpp +++ b/src/parse/root.cpp @@ -1049,7 +1049,7 @@ void Parse_Impl_Item(TokenStream& lex, AST::Impl& impl) }
fn_is_const = true;
}
- if( 0 )
+ if( tok.type() == TOK_RWORD_EXTERN )
// FALL
case TOK_RWORD_EXTERN:
{
|