git-svn-id: http://ltt.polymtl.ca/svn@181 04897980-b3bd-0310-b5e0-8ef037075253
authoryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 20 Aug 2003 14:24:35 +0000 (14:24 +0000)
committeryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 20 Aug 2003 14:24:35 +0000 (14:24 +0000)
ltt/branches/poly/lttv/main.c

index ad0c17f7ef9892dfdcf717fe1f3f459fc82e8ae7..a1bfcd087726a8f6349d3f4240fea13b0ac3ea7a 100644 (file)
@@ -41,10 +41,6 @@ static void lttv_module_option(void *hook_data);
 
 static void lttv_module_path_option(void *hook_data);
 
-#ifdef MEMDEBUG
-extern struct GMemVTable *glib_mem_profiler_table;
-#endif
-
 
 /* Since everything is done in modules, the main program only takes care
    of the infrastructure. */
@@ -59,8 +55,8 @@ int main(int argc, char **argv) {
   g_mem_profile();
 #endif
 
-  //g_type_init();
-  g_type_init_with_debug_flags (G_TYPE_DEBUG_OBJECTS | G_TYPE_DEBUG_SIGNALS);
+  g_type_init();
+  //g_type_init_with_debug_flags (G_TYPE_DEBUG_OBJECTS | G_TYPE_DEBUG_SIGNALS);
 
   attributes = LTTV_IATTRIBUTE(g_object_new(LTTV_ATTRIBUTE_TYPE, NULL));
 
This page took 0.02466 seconds and 4 git commands to generate.