diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/syntax.c b/src/syntax.c index 480fa6de82a..0b649ac0342 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3168,6 +3168,14 @@ syms_of_syntax () | |||
| 3168 | 3168 | ||
| 3169 | staticpro (&Vsyntax_code_object); | 3169 | staticpro (&Vsyntax_code_object); |
| 3170 | 3170 | ||
| 3171 | staticpro (&gl_state.object); | ||
| 3172 | staticpro (&gl_state.global_code); | ||
| 3173 | staticpro (&gl_state.current_syntax_table); | ||
| 3174 | staticpro (&gl_state.old_prop); | ||
| 3175 | |||
| 3176 | /* Defined in regex.c */ | ||
| 3177 | staticpro (&re_match_object); | ||
| 3178 | |||
| 3171 | Qscan_error = intern ("scan-error"); | 3179 | Qscan_error = intern ("scan-error"); |
| 3172 | staticpro (&Qscan_error); | 3180 | staticpro (&Qscan_error); |
| 3173 | Fput (Qscan_error, Qerror_conditions, | 3181 | Fput (Qscan_error, Qerror_conditions, |