mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
(__do_global_dtors): New dummy function.
This commit is contained in:
parent
a306d6f16f
commit
33143604ea
@ -192,6 +192,8 @@ __do_global_ctors ()
|
||||
{}
|
||||
__do_global_ctors_aux ()
|
||||
{}
|
||||
__do_global_dtors ()
|
||||
{}
|
||||
char * __CTOR_LIST__[2] = { (char *) (-1), 0 };
|
||||
char * __DTOR_LIST__[2] = { (char *) (-1), 0 };
|
||||
__main ()
|
||||
|
Loading…
Reference in New Issue
Block a user