Skip to content

Commit

Permalink
Fixed the GOD complex
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLand100 committed Sep 6, 2010
1 parent d0d85fa commit a40521a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lexer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ char* lex(char* ppg, std::map<std::string,int> &names, PreCompiler_Callback prec
case 'j':
case 'k':
case 'l':
goto name;
case 'm':
if (ppg[1] == 'o' && ppg[2] == 'd' && !namechar(ppg[3])) {
*(toks++) = POPERATOR;
Expand Down

0 comments on commit a40521a

Please sign in to comment.