diff options
Diffstat (limited to 'src/comp.c')
| -rw-r--r-- | src/comp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index eb734d5833d..67c8e39315b 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -5254,7 +5254,8 @@ compiled one. */); | |||
| 5254 | DEFSYM (Qlate, "late"); | 5254 | DEFSYM (Qlate, "late"); |
| 5255 | DEFSYM (Qlambda_fixup, "lambda-fixup"); | 5255 | DEFSYM (Qlambda_fixup, "lambda-fixup"); |
| 5256 | DEFSYM (Qgccjit, "gccjit"); | 5256 | DEFSYM (Qgccjit, "gccjit"); |
| 5257 | DEFSYM (Qcomp_subr_trampoline_install, "comp-subr-trampoline-install") | 5257 | DEFSYM (Qcomp_subr_trampoline_install, "comp-subr-trampoline-install"); |
| 5258 | DEFSYM (Qcomp_warning_on_missing_source, "comp-warning-on-missing-source"); | ||
| 5258 | 5259 | ||
| 5259 | /* To be signaled by the compiler. */ | 5260 | /* To be signaled by the compiler. */ |
| 5260 | DEFSYM (Qnative_compiler_error, "native-compiler-error"); | 5261 | DEFSYM (Qnative_compiler_error, "native-compiler-error"); |