Build Fix -- compatibility issue with newer autoconf
[sxemacs] / src / ent / ent-lift.h
index f7ad04e..4057b81 100644 (file)
@@ -5,7 +5,7 @@
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
   * This file is part of SXEmacs.
-  * 
+  *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
@@ -55,9 +55,9 @@ struct ent_lift_args_s {
 extern ase_lift_f ase_lifttable[ASE_OPTABLE_SIZE][ASE_OPTABLE_SIZE];
 
 extern Lisp_Object
-ase_lift_undefined(Lisp_Object number, ent_lift_args_t UNUSED(unused));
+ase_lift_undefined(Lisp_Object number, ent_lift_args_t SXE_UNUSED(unused));
 extern Lisp_Object
-ase_lift_trivial(Lisp_Object number, ent_lift_args_t UNUSED(unused));
+ase_lift_trivial(Lisp_Object number, ent_lift_args_t SXE_UNUSED(unused));
 
 extern_inline void
 ent_lift_register(ase_object_type_t t1, ase_object_type_t t2, ase_lift_f lf);