diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lisp.h b/src/lisp.h index 97c8d9fe84f..29ed9fe8a2d 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1429,13 +1429,6 @@ struct Lisp_Vector | |||
| 1429 | Lisp_Object contents[FLEXIBLE_ARRAY_MEMBER]; | 1429 | Lisp_Object contents[FLEXIBLE_ARRAY_MEMBER]; |
| 1430 | }; | 1430 | }; |
| 1431 | 1431 | ||
| 1432 | /* C11 prohibits alignof (struct Lisp_Vector), so compute it manually. */ | ||
| 1433 | enum | ||
| 1434 | { | ||
| 1435 | ALIGNOF_STRUCT_LISP_VECTOR | ||
| 1436 | = alignof (union { struct vectorlike_header a; Lisp_Object b; }) | ||
| 1437 | }; | ||
| 1438 | |||
| 1439 | /* A boolvector is a kind of vectorlike, with contents like a string. */ | 1432 | /* A boolvector is a kind of vectorlike, with contents like a string. */ |
| 1440 | 1433 | ||
| 1441 | struct Lisp_Bool_Vector | 1434 | struct Lisp_Bool_Vector |