diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index ab31d21fb33..b144396948e 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -6295,7 +6295,7 @@ android_make_lisp_symbol (struct Lisp_Symbol *sym) | |||
| 6295 | &symoffset); | 6295 | &symoffset); |
| 6296 | 6296 | ||
| 6297 | { | 6297 | { |
| 6298 | Lisp_Object a = TAG_PTR (Lisp_Symbol, symoffset); | 6298 | Lisp_Object a = TAG_PTR_INITIALLY (Lisp_Symbol, symoffset); |
| 6299 | return a; | 6299 | return a; |
| 6300 | } | 6300 | } |
| 6301 | } | 6301 | } |