Mercurial > emacs
changeset 4619:fdb92f0aa8c7
(__CTOR_LIST__): Don't declare it on Linux.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 14 Aug 1993 07:34:28 +0000 |
parents | e4a5c21eb300 |
children | 5474175de175 |
files | src/emacs.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Sat Aug 14 07:21:00 1993 +0000 +++ b/src/emacs.c Sat Aug 14 07:34:28 1993 +0000 @@ -222,7 +222,10 @@ {} __do_global_dtors () {} +/* Linux has a bug in its library; avoid an error. */ +#ifndef LINUX char * __CTOR_LIST__[2] = { (char *) (-1), 0 }; +#endif char * __DTOR_LIST__[2] = { (char *) (-1), 0 }; __main () {}