uuh, i must have forgotten to commit this earlier

SVN revision: 12064
This commit is contained in:
tsauerbeck 2004-10-29 17:45:07 +00:00 committed by tsauerbeck
parent 2ed098e8c7
commit c39e5a3db9
1 changed files with 0 additions and 4 deletions

View File

@ -21,10 +21,6 @@
#include <alloca.h>
#endif
#ifndef ABS
#define ABS(x) x < 0 ? -x : x
#endif
/* types */
typedef struct _New_Object_Handler New_Object_Handler;
typedef struct _New_Statement_Handler New_Statement_Handler;