aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/emacs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 219e988719c..38ef932946b 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -192,6 +192,8 @@ __do_global_ctors ()
192{} 192{}
193__do_global_ctors_aux () 193__do_global_ctors_aux ()
194{} 194{}
195__do_global_dtors ()
196{}
195char * __CTOR_LIST__[2] = { (char *) (-1), 0 }; 197char * __CTOR_LIST__[2] = { (char *) (-1), 0 };
196char * __DTOR_LIST__[2] = { (char *) (-1), 0 }; 198char * __DTOR_LIST__[2] = { (char *) (-1), 0 };
197__main () 199__main ()