Close 181
[sxemacs] / src / specifier.h
index 1ecf13d..a299a2c 100644 (file)
@@ -230,7 +230,7 @@ struct Lisp_Specifier {
        Lisp_Object fallback;
 
        /* type-specific extra data attached to a specifier */
-       max_align_t data[1];
+       sxe_max_align_t data[1];
 };
 typedef struct Lisp_Specifier Lisp_Specifier;
 
@@ -315,7 +315,7 @@ do {                                                                        \
   INITIALIZE_SPECIFIER_TYPE (type, obj_name, pred_sym);                        \
   type##_specifier_methods->extra_data_size =                          \
     sizeof (struct type##_specifier);                                  \
-  type##_specifier_methods->extra_description =                        \
+  type##_specifier_methods->extra_description =                        \
     type##_specifier_description;                                      \
 } while (0)