summaryrefslogtreecommitdiff
path: root/boehm-gc/cord/de.c
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/cord/de.c')
-rw-r--r--boehm-gc/cord/de.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/cord/de.c b/boehm-gc/cord/de.c
index fda71424176..989e19a8881 100644
--- a/boehm-gc/cord/de.c
+++ b/boehm-gc/cord/de.c
@@ -569,9 +569,9 @@ char ** argv;
#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];