]> git.sur5r.net Git - cc65/blobdiff - include/geos/gmemory.h
Fixed _textcolor definition.
[cc65] / include / geos / gmemory.h
index ecfc2fd5ed2b2be563f208777cc503c7ef1717c4..ba8e9f21175d7934b599ec4d320fa0e4126cbba7 100644 (file)
@@ -1,17 +1,13 @@
 /*
   GEOS memory and string functions
 
-  ported to small C on 27.10.1999
   by Maciej 'YTM/Elysium' Witkowiak
-  04.04.2003 - updates
 */
 
-#ifndef        _GMEMORY_H
+#ifndef _GMEMORY_H
 #define _GMEMORY_H
 
-#ifndef _GSTRUCT_H
 #include <geos/gstruct.h>
-#endif
 
 void __fastcall__ CopyString(char *dest, const char *source);
 char __fastcall__ CmpString(const char *dest, const char *source);