diff options
Diffstat (limited to 'src/parser.h')
| -rw-r--r-- | src/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h index d50951b..05fab0b 100644 --- a/src/parser.h +++ b/src/parser.h | |||
| @@ -57,7 +57,7 @@ private: | |||
| 57 | void exprP(); | 57 | void exprP(); |
| 58 | 58 | ||
| 59 | private: | 59 | private: |
| 60 | void unwind(); | 60 | void reduce(); |
| 61 | int reqTokens( Token::Type eType ); | 61 | int reqTokens( Token::Type eType ); |
| 62 | int getPriority( Token::Type eType ); | 62 | int getPriority( Token::Type eType ); |
| 63 | Number &deref( Token &t ); | 63 | Number &deref( Token &t ); |
