| 872 | //========================================================================== |
| 873 | |
| 874 | void FScanner::UnGet () |
| 875 | { |
| 876 | AlreadyGot = true; |
| 877 | AlreadyGotLine = LastGotLine; // in case of an error we want the line of the last token. |
| 878 | } |
| 879 | |
| 880 | //========================================================================== |
| 881 | // |
no outgoing calls
no test coverage detected