| 211 | // If you decide that no putback is necessary, you should unset the mark. |
| 212 | |
| 213 | inline void SetPutbackMark(void) |
| 214 | { |
| 215 | fPutbackBuffer = fCurrent; |
| 216 | fPutbackIndex = fIndex; |
| 217 | fPutbackNumber = 0; |
| 218 | } |
| 219 | |
| 220 | inline void UnsetPutbackMark(void) |
| 221 | { |
nothing calls this directly
no outgoing calls
no test coverage detected