emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/emacs.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Tue, 11 Dec 2001 17:19:53 -0500

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.295 emacs/src/emacs.c:1.296
*** emacs/src/emacs.c:1.295     Mon Nov 19 01:41:44 2001
--- emacs/src/emacs.c   Tue Dec 11 17:19:53 2001
***************
*** 593,599 ****
  void __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 };
--- 593,599 ----
  void __do_global_dtors ()
  {}
  /* Linux has a bug in its library; avoid an error.  */
! #ifndef GNU_LINUX
  char * __CTOR_LIST__[2] = { (char *) (-1), 0 };
  #endif
  char * __DTOR_LIST__[2] = { (char *) (-1), 0 };



reply via email to

[Prev in Thread] Current Thread [Next in Thread]