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 9197ff12ef5..fb0f948474d 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1727,7 +1727,7 @@ static EMACS_INT total_string_bytes; | |||
| 1727 | a pointer to the `u.data' member of its sdata structure; the | 1727 | a pointer to the `u.data' member of its sdata structure; the |
| 1728 | structure starts at a constant offset in front of that. */ | 1728 | structure starts at a constant offset in front of that. */ |
| 1729 | 1729 | ||
| 1730 | #define SDATA_OF_STRING(S) ptr_bounds_init ((sdata *) ((S)->u.s.data \ | 1730 | #define SDATA_OF_STRING(S) ((sdata *) ptr_bounds_init ((S)->u.s.data \ |
| 1731 | - SDATA_DATA_OFFSET)) | 1731 | - SDATA_DATA_OFFSET)) |
| 1732 | 1732 | ||
| 1733 | 1733 | ||