Build Fix -- compatibility issue with newer autoconf
[sxemacs] / src / ent / ent-lift.c
index 0ae9500..f066afc 100644 (file)
@@ -1,11 +1,11 @@
 /*
   ent-lift.c -- Global Lifting
-  Copyright (C) 2006, 2007, 2008 Sebastian Freundt
+  Copyright (C) 2006-2012 Sebastian Freundt
 
   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:
 
 #include <config.h>
 #include "lisp.h"
+#include "ent-optable.h"
 #include "ent-lift.h"
 
 ase_lift_f ase_lifttable[ASE_OPTABLE_SIZE][ASE_OPTABLE_SIZE];
 
 \f
 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))
 {
        signal_error(Qdomain_error, list1(number));
        return Qnil;
 }
 
 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))
 {
        return number;
 }