aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 56623a75f74..f2a3ac92132 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1890,7 +1890,7 @@ struct Lisp_Sub_Char_Table
1890 1890
1891 /* Use set_sub_char_table_contents to set this. */ 1891 /* Use set_sub_char_table_contents to set this. */
1892 Lisp_Object contents[FLEXIBLE_ARRAY_MEMBER]; 1892 Lisp_Object contents[FLEXIBLE_ARRAY_MEMBER];
1893 }; 1893 } GCALIGNED_STRUCT;
1894 1894
1895INLINE bool 1895INLINE bool
1896SUB_CHAR_TABLE_P (Lisp_Object a) 1896SUB_CHAR_TABLE_P (Lisp_Object a)