[ORBit2] Remove obsolete ifdef



commit efd713654540ed680414d739a684168666eaf6b6
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Wed Oct 6 11:00:56 2010 +0200

    Remove obsolete ifdef

 include/orbit/util/basic_types.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/include/orbit/util/basic_types.h b/include/orbit/util/basic_types.h
index 8702276..c8562ca 100644
--- a/include/orbit/util/basic_types.h
+++ b/include/orbit/util/basic_types.h
@@ -34,7 +34,6 @@ typedef CORBA_wchar *CORBA_wstring;
 typedef struct CORBA_Object_type *CORBA_Object;
 #endif
 
-#ifdef G_HAVE_GINT64
 #define HAVE_CORBA_LONG_LONG
 
 /*
@@ -44,13 +43,6 @@ typedef struct CORBA_Object_type *CORBA_Object;
 typedef gint64  CORBA_long_long;
 typedef guint64 CORBA_unsigned_long_long;
 
-#else
-#error ""
-#error "You don't G_HAVE_GINT64 defined in glib."
-#error "Please make sure you don't have an old glibconfig.h lying around."
-#error ""
-#endif
-
 G_END_DECLS
 
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]