* emacs.c (__do_global_ctors, __do_global_ctors_aux,
authorJim Blandy <jimb@redhat.com>
Thu, 11 Mar 1993 07:13:06 +0000 (07:13 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 11 Mar 1993 07:13:06 +0000 (07:13 +0000)
commita90538cbb5cbd3d79d608d5e360055a7279cbdf6
tree2186502bcec135c4f19afa9f14333496789573b6
parentd6717cdb6db06dea89feaa5cd92e2de2fda1ed0f
* emacs.c (__do_global_ctors, __do_global_ctors_aux,
__do_global_dtors, __CTOR_LIST__, __DTOR_LIST__, __main): Don't
define these if ORDINARY_LINK is #defined; in that case, the
standard linking procedure will find definitions for these.

* emacs.c (main): SIGIOT isn't defined on all systems; don't set
its signal handler unless it is.
src/emacs.c