remove/comment unused defines.

This commit is contained in:
2011-01-15 16:14:57 +00:00
parent f66912a335
commit 86bbab7de5
48 changed files with 124 additions and 201 deletions

View File

@@ -28,8 +28,8 @@
*
*/
#ifndef EXPP_euler_h
#define EXPP_euler_h
#ifndef MATHUTILS_EULER_H
#define MATHUTILS_EULER_H
#include <Python.h>
@@ -54,4 +54,4 @@ PyObject *newEulerObject_cb(PyObject *cb_user, short order, int cb_type, int cb_
short euler_order_from_string(const char *str, const char *error_prefix);
#endif /* EXPP_euler_h */
#endif /* MATHUTILS_EULER_H */