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: Mon, 19 May 2003 10:38:19 -0400

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.326 emacs/src/emacs.c:1.327
*** emacs/src/emacs.c:1.326     Wed May 14 14:50:09 2003
--- emacs/src/emacs.c   Mon May 19 10:38:19 2003
***************
*** 602,608 ****
  {}
  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
--- 602,608 ----
  {}
  void __do_global_dtors ()
  {}
! /* GNU/Linux has a bug in its library; avoid an error.  */
  #ifndef GNU_LINUX
  char * __CTOR_LIST__[2] = { (char *) (-1), 0 };
  #endif




reply via email to

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