From 8935266327db0b92d657a86b23ecb6ef473e07a3 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 31 Jan 1993 20:24:19 +0000 Subject: [PATCH] * (build_module_descriptor): fix call to start_function From-SVN: r3397 --- gcc/objc/objc-act.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index a1854e64638..3c9b9bb671a 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -968,7 +968,7 @@ build_module_descriptor () tree_cons (NULL_TREE, NULL_TREE, void_list_node), NULL_TREE), - 0, 0); + 0); #if 0 /* This should be turned back on later for the systems where collect is not needed. */ /* Make these functions nonglobal -- 2.30.2