emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103110: Adapt to addition of ignore-


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103110: Adapt to addition of ignore-value.h in revision 103104.
Date: Fri, 04 Feb 2011 11:17:36 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103110
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2011-02-04 11:17:36 +0200
message:
  Adapt to addition of ignore-value.h in revision 103104.
  
   src/makefile.w32-in (IGNORE_VALUE_H): New variable.
   ($(BLD)/sysdep.$(O)): Depend on $(IGNORE_VALUE_H).
   nt/config.nt (inline) [__GNUC__]: Define (for gnulib).
modified:
  nt/ChangeLog
  nt/config.nt
  src/ChangeLog
  src/makefile.w32-in
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2011-01-31 20:04:42 +0000
+++ b/nt/ChangeLog      2011-02-04 09:17:36 +0000
@@ -1,3 +1,7 @@
+2011-02-04  Eli Zaretskii  <address@hidden>
+
+       * config.nt (inline) [__GNUC__]: Define (for gnulib).
+
 2011-01-31  Eli Zaretskii  <address@hidden>
 
        * config.nt (VERSION): Uncomment definition.

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2011-01-31 19:36:08 +0000
+++ b/nt/config.nt      2011-02-04 09:17:36 +0000
@@ -340,6 +340,7 @@
 /* If using GNU, then support inline function declarations. */
 #ifdef __GNUC__
 #define INLINE __inline__
+#define inline __inline__
 #else
 #define INLINE
 #endif

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-02-03 19:29:35 +0000
+++ b/src/ChangeLog     2011-02-04 09:17:36 +0000
@@ -1,3 +1,8 @@
+2011-02-04  Eli Zaretskii  <address@hidden>
+
+       * makefile.w32-in (IGNORE_VALUE_H): New variable.
+       ($(BLD)/sysdep.$(O)): Depend on $(IGNORE_VALUE_H).
+
 2011-02-03  Paul Eggert  <address@hidden>
 
        allow C code to suppress warnings about ignored return values

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2011-01-31 19:36:08 +0000
+++ b/src/makefile.w32-in       2011-02-04 09:17:36 +0000
@@ -347,6 +347,7 @@
             $(EMACS_ROOT)/src/m/intel386.h \
             $(EMACS_ROOT)/src/config.h \
             $(EMACS_ROOT)/nt/inc/sys/stat.h
+IGNORE_VALUE_H = $(EMACS_ROOT)/lib/ignore-value.h
 
 $(BLD)/alloc.$(O) : \
        $(SRC)/alloc.c \
@@ -1388,6 +1389,7 @@
        $(EMACS_ROOT)/nt/inc/sys/file.h \
        $(EMACS_ROOT)/nt/inc/sys/socket.h \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
+       $(IGNORE_VALUE_H) \
        $(SRC)/lisp.h \
        $(SRC)/atimer.h \
        $(SRC)/blockinput.h \


reply via email to

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