aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 3b2e241f38f..219e988719c 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -188,12 +188,14 @@ extern noshare char **environ;
188 Provide dummy definitions to avoid error. 188 Provide dummy definitions to avoid error.
189 (We don't have any real constructors or destructors.) */ 189 (We don't have any real constructors or destructors.) */
190#ifdef __GNUC__ 190#ifdef __GNUC__
191__do_clobal_ctors () 191__do_global_ctors ()
192{} 192{}
193__do_clobal_ctors_aux () 193__do_global_ctors_aux ()
194{}
195char * __CTOR_LIST__[2] = { (char *) (-1), 0 };
196char * __DTOR_LIST__[2] = { (char *) (-1), 0 };
197__main ()
194{} 198{}
195char * __CTOR_LIST__[1] = { (char *) (-1) };
196char * __DTOR_LIST__[1] = { (char *) (-1) };
197#endif /* __GNUC__ */ 199#endif /* __GNUC__ */
198 200
199/* ARGSUSED */ 201/* ARGSUSED */