diff -r a6732098fed8 -r 6c5977e43e73 ldtypes.h --- a/ldtypes.h Sat Mar 16 13:08:24 2013 +0200 +++ b/ldtypes.h Sat Mar 16 14:21:31 2013 +0200 @@ -2,7 +2,6 @@ #define __LDTYPES_H__ #include "common.h" -#include "str.h" #define IMPLEMENT_LDTYPE(N) \ LD##N (); \ @@ -45,7 +44,7 @@ LDObject (); // Index (i.e. line number) of this object - ulong getIndex (); + unsigned long getIndex (); // Type enumerator of this object virtual LDObjectType_e getType () const { @@ -203,7 +202,7 @@ vertex vPos; bearing gAngle3D; - ulong ulLength; + unsigned long ulLength; }; // =============================================================================