-
- Downloads
Further cleanups and some bug fixes in the error handling during cpp and
compilation. Errors in resolv, handle_inherit and handle_import are sent to compile_exception, but those thrown by compile_error, compile_warning and compile_exception are handled by the normal handle_error. Replaced some more SAFE_APPLY_MASTER with safe_apply_handler. Rev: src/cpp.c:1.93 Rev: src/interpret.c:1.243 Rev: src/interpret.h:1.98 Rev: src/language.yacc:1.260 Rev: src/las.c:1.265 Rev: src/preprocessor.h:1.45 Rev: src/program.c:1.366 Rev: src/program.h:1.143
Showing
- src/cpp.c 101 additions, 11 deletionssrc/cpp.c
- src/interpret.c 73 additions, 17 deletionssrc/interpret.c
- src/interpret.h 10 additions, 5 deletionssrc/interpret.h
- src/language.yacc 63 additions, 41 deletionssrc/language.yacc
- src/las.c 20 additions, 36 deletionssrc/las.c
- src/preprocessor.h 21 additions, 17 deletionssrc/preprocessor.h
- src/program.c 75 additions, 33 deletionssrc/program.c
- src/program.h 5 additions, 1 deletionsrc/program.h
Loading
Please register or sign in to comment