nt/config.nt: Sync with autogen/config.in.
(_GL_INLINE_HEADER_BEGIN): Update.
This commit is contained in:
parent
3c3cda1a73
commit
e38b9db247
2 changed files with 8 additions and 2 deletions
|
@ -1,10 +1,15 @@
|
|||
2012-08-14 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* config.nt: Sync with autogen/config.in.
|
||||
(_GL_INLINE_HEADER_BEGIN): Update.
|
||||
|
||||
2012-08-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* config.nt (DIRECTORY_SEP): Move here from src/lisp.h.
|
||||
|
||||
2012-08-07 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* config.nt: Sync with autogen/config.nt.
|
||||
* config.nt: Sync with autogen/config.in.
|
||||
(BROKEN_GETWD, DISPNEW_NEEDS_STDIO_EXT): New macros.
|
||||
(PENDING_OUTPUT_COUNT): Move definition to inc/ms-w32.h.
|
||||
|
||||
|
|
|
@ -1563,7 +1563,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
# if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__
|
||||
# define _GL_INLINE_HEADER_BEGIN \
|
||||
_Pragma ("GCC diagnostic push") \
|
||||
_Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"")
|
||||
_Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
|
||||
_Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"")
|
||||
# define _GL_INLINE_HEADER_END \
|
||||
_Pragma ("GCC diagnostic pop")
|
||||
# endif
|
||||
|
|
Loading…
Add table
Reference in a new issue