mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(USG_SHARED_LIBRARIES): Remove duplicate definition.
This commit is contained in:
parent
d6bf1bdb87
commit
9fa1c445a9
2 changed files with 1 additions and 6 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
* s/usg5-4.h: Fix previous change: keep the correct branch of a
|
||||
removed #if.
|
||||
(USG_SHARED_LIBRARIES): Remove duplicate definition.
|
||||
|
||||
2008-06-26 Juanma Barranquero <lekktu@gmail.com>
|
||||
Eli Zaretskii <eliz@gnu.org>
|
||||
|
|
|
|||
|
|
@ -219,12 +219,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
*/
|
||||
#define NSIG_MINIMUM 32
|
||||
|
||||
/* We need bss_end from emacs.c for undumping */
|
||||
|
||||
#ifndef USG_SHARED_LIBRARIES
|
||||
#define USG_SHARED_LIBRARIES
|
||||
#endif
|
||||
|
||||
/* We can support this */
|
||||
|
||||
#define CLASH_DETECTION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue