Skip to content

Commit

Permalink
Deprecation: 'l' suffix for long integer literals (error -> gone)
Browse files Browse the repository at this point in the history
This has been an error since 0.174.
  • Loading branch information
yebblies committed Oct 28, 2012
1 parent f1b9ca8 commit cd19560
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lexer.c
Expand Up @@ -2147,8 +2147,6 @@ TOK Lexer::number(Token *t)
f = FLAGS_unsigned;
goto L1;

case 'l':
error("'l' is not a valid suffix, did you mean 'L'?");
case 'L':
f = FLAGS_long;
L1:
Expand Down

0 comments on commit cd19560

Please sign in to comment.