PP, nonfunctional: Remove crufty bit-twiddling of tokens.
This commit is contained in:
parent
8e711b84bd
commit
b49bb2ca5c
7 changed files with 52 additions and 51 deletions
|
|
@ -375,9 +375,9 @@ protected:
|
|||
//
|
||||
// From PpTokens.cpp
|
||||
//
|
||||
void lAddByte(TokenStream&, unsigned char fVal);
|
||||
int lReadByte(TokenStream&);
|
||||
void lUnreadByte(TokenStream&);
|
||||
void putSubtoken(TokenStream&, int fVal);
|
||||
int getSubtoken(TokenStream&);
|
||||
void ungetSubtoken(TokenStream&);
|
||||
void RecordToken(TokenStream&, int token, TPpToken* ppToken);
|
||||
void RewindTokenStream(TokenStream&);
|
||||
int ReadToken(TokenStream&, TPpToken*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue