build fix



Hi,

I had to do this to make HEAD build.

Havoc

Index: src/orb/orb-core/corba-orb.c
===================================================================
RCS file: /cvs/gnome/ORBit2/src/orb/orb-core/corba-orb.c,v
retrieving revision 1.80
diff -u -p -u -r1.80 corba-orb.c
--- src/orb/orb-core/corba-orb.c        21 May 2003 16:08:50 -0000
1.80
+++ src/orb/orb-core/corba-orb.c        21 May 2003 18:13:03 -0000
@@ -279,12 +279,12 @@ CORBA_ORB_init (int *argc, char **argv,
  
 #ifdef G_ENABLE_DEBUG
        ORBit_setup_debug_flags ();
-#endif /* G_ENABLE_DEBUG */
  
        if (_orbit_debug_flags & ORBIT_DEBUG_FORCE_THREADED) {
                g_warning ("-- Forced orb into threaded mode --");
                threaded |= TRUE;
        }
+#endif /* G_ENABLE_DEBUG */
  
        genuid_init ();



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