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 0ceab9d6af8..a859250b15a 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3391,6 +3391,14 @@ syms_of_syntax () | |||
| 3391 | 3391 | ||
| 3392 | staticpro (&Vsyntax_code_object); | 3392 | staticpro (&Vsyntax_code_object); |
| 3393 | 3393 | ||
| 3394 | staticpro (&gl_state.object); | ||
| 3395 | staticpro (&gl_state.global_code); | ||
| 3396 | staticpro (&gl_state.current_syntax_table); | ||
| 3397 | staticpro (&gl_state.old_prop); | ||
| 3398 | |||
| 3399 | /* Defined in regex.c */ | ||
| 3400 | staticpro (&re_match_object); | ||
| 3401 | |||
| 3394 | Qscan_error = intern ("scan-error"); | 3402 | Qscan_error = intern ("scan-error"); |
| 3395 | staticpro (&Qscan_error); | 3403 | staticpro (&Qscan_error); |
| 3396 | Fput (Qscan_error, Qerror_conditions, | 3404 | Fput (Qscan_error, Qerror_conditions, |