Go to the source code of this file.
Functions/Subroutines | |
| subroutine, public | handle_error (line, macros, token) |
| Process a error directive. It causes the preprocessor to report a fatal error that stops the preprocessor. The string forming the rest of the line following ‘::error’ is printed in the standard error. | |
| subroutine, public | handle_warning (line, macros, token) |
| Process a warning directive. It causes the preprocessor to report a warning that does not stop the preprocessor. The string forming the rest of the line following ‘::warning’ is printed in the standard output. | |