1
0
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:
Richard M. Stallman 1992-09-03 00:23:47 +00:00
parent a306d6f16f
commit 33143604ea

View File

@ -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 ()