diff Input/aac/include/systems.h @ 19:a3913b2d0acd trunk

[svn] Regenerate Makefiles, AAC fixes.
author nenolod
date Mon, 24 Oct 2005 16:57:20 -0700
parents 6efb9e514224
children 696f87ed66e2
line wrap: on
line diff
--- a/Input/aac/include/systems.h	Mon Oct 24 16:54:59 2005 -0700
+++ b/Input/aac/include/systems.h	Mon Oct 24 16:57:20 2005 -0700
@@ -228,33 +228,6 @@
 #define MALLOC_STRUCTURE(a) ((a *)malloc(sizeof(a)))
 
 #define CHECK_AND_FREE(a) if ((a) != NULL) { free((a)); (a) = NULL;}
-#ifndef HAVE_GLIB_H
-typedef char gchar;
-typedef unsigned char guchar;
-
-typedef int gint;
-typedef unsigned int guint;
-
-typedef long glong;
-typedef unsigned long gulong;
-
-typedef double gdouble;
-
-typedef int gboolean;
-
-typedef int16_t gint16;
-typedef uint16_t guint16;
-
-typedef int32_t gint32;
-typedef uint32_t guint32;
-
-typedef int64_t gint64;
-typedef uint64_t guint64;
-
-typedef uint8_t  guint8;
-typedef int8_t gint8;
-
-#endif
 
 #ifndef TRUE
 #define TRUE 1