diff options
Diffstat (limited to 'src/syntax.h')
| -rw-r--r-- | src/syntax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.h b/src/syntax.h index 41f6662ddeb..4cbd2e2edf9 100644 --- a/src/syntax.h +++ b/src/syntax.h | |||
| @@ -330,7 +330,7 @@ if (1) \ | |||
| 330 | else \ | 330 | else \ |
| 331 | { \ | 331 | { \ |
| 332 | gl_state.b_property = 0; \ | 332 | gl_state.b_property = 0; \ |
| 333 | gl_state.e_property = 1 + XSTRING (gl_state.object)->size; \ | 333 | gl_state.e_property = 1 + SCHARS (gl_state.object); \ |
| 334 | gl_state.offset = 0; \ | 334 | gl_state.offset = 0; \ |
| 335 | } \ | 335 | } \ |
| 336 | gl_state.use_global = 0; \ | 336 | gl_state.use_global = 0; \ |