Build Fix -- compatibility issue with newer autoconf
[sxemacs] / src / ent / ent-binary-op.c
index f7869ff..70a6d2c 100644 (file)
@@ -1,11 +1,11 @@
 /*
   ent-binary-op.c -- Global Binary Operations
-  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-binary-op.h"
 #include "ent-unary-op.h"
 
+extern Lisp_Object Qoperation_error;
+
 int common_lisp_slash;
 ase_binary_operation_f ase_binary_optable
 [N_ASE_BINARY_OPS][ASE_OPTABLE_SIZE][ASE_OPTABLE_SIZE];