OSDN Git Service

2011-02-28 Kai Tietz <kai.tietz@onevision.com>
[pf3gnuchains/gcc-fork.git] / boehm-gc / cord / de.c
index 18625d2..989e19a 100644 (file)
@@ -565,14 +565,13 @@ int argc;
 char ** argv;
 {
     int c;
-    CORD initial;
 
 #if defined(MACINTOSH)
        console_options.title = "\pDumb Editor";
        cshow(stdout);
-       GC_init();
        argc = ccommand(&argv);
 #endif
+    GC_INIT();
     
     if (argc != 2) goto usage;
     arg_file_name = argv[1];