Build Fix -- compatibility issue with newer autoconf
[sxemacs] / src / ent / ent-indef.c
index e91c125..e128ec4 100644 (file)
@@ -26,7 +26,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 #include "lisp.h"
 #include "sysproc.h"    /* For qxe_getpid */
 
-#include "ent-indef.h"
+#include "ent.h"
 
 static inline int indef_eq(Lisp_Object, Lisp_Object);
 static inline int indef_neq(Lisp_Object, Lisp_Object);
@@ -62,12 +62,9 @@ indef_equal (Lisp_Object obj1, Lisp_Object obj2, int SXE_UNUSED(depth))
 }
 
 static unsigned long
-indef_hash (Lisp_Object obj, int depth)
+indef_hash (Lisp_Object obj, int SXE_UNUSED(depth))
 {
        return (unsigned long)XINDEF_DATA(obj);
-
-       /* less warnings */
-       if (depth);
 }
 
 static const struct lrecord_description indef_description[] = {