diff options
author | Doug Evans <dje@gnu.org> | 1993-01-31 20:24:19 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1993-01-31 20:24:19 +0000 |
commit | 8935266327db0b92d657a86b23ecb6ef473e07a3 (patch) | |
tree | cb66a4f087db9baaeeab5817d3ccec81c05c688f /gcc | |
parent | 56a65d12a85d590fa513a56ea034e9e6eb69ce8a (diff) | |
download | gcc-8935266327db0b92d657a86b23ecb6ef473e07a3.zip gcc-8935266327db0b92d657a86b23ecb6ef473e07a3.tar.gz gcc-8935266327db0b92d657a86b23ecb6ef473e07a3.tar.bz2 |
* (build_module_descriptor): fix call to start_function
From-SVN: r3397
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/objc/objc-act.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index a1854e6..3c9b9bb 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 |