[Cmake-commits] CMake branch, next, updated. v3.6.0-rc2-459-ge424584

Brad King brad.king at kitware.com
Mon Jun 20 11:07:07 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  e4245846bc26d5d95c12c59a19d3cfe9d2d82a57 (commit)
       via  93627769d05ed77b83e75ce59c41e1fb4a10b6c4 (commit)
      from  caed279cbb6079b122b48802da4a968502829a5d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e4245846bc26d5d95c12c59a19d3cfe9d2d82a57
commit e4245846bc26d5d95c12c59a19d3cfe9d2d82a57
Merge: caed279 9362776
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 20 11:07:07 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 20 11:07:07 2016 -0400

    Merge topic 'cmStandardLexer-include-kwiml' into next
    
    93627769 Revert "cmStandardLexer: #include <cm_kwiml.h>"


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=93627769d05ed77b83e75ce59c41e1fb4a10b6c4
commit 93627769d05ed77b83e75ce59c41e1fb4a10b6c4
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 20 11:06:39 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jun 20 11:06:39 2016 -0400

    Revert "cmStandardLexer: #include <cm_kwiml.h>"
    
    This reverts commit 64157fa555be822bf8c7654a0a91b132a888657b.
    This causes many warnings because the header is not included
    by the generated lexer sources until too late.

diff --git a/Source/cmStandardLexer.h b/Source/cmStandardLexer.h
index eb2f8e3..94ed276 100644
--- a/Source/cmStandardLexer.h
+++ b/Source/cmStandardLexer.h
@@ -34,9 +34,6 @@
 #define YY_NO_UNISTD_H 1
 #endif
 
-/* Prefer C99 *_MAX macros from stdint.h where available. */
-#include <cm_kwiml.h>
-
 /* Make sure malloc and free are available on QNX.  */
 #ifdef __QNX__
 #include <malloc.h>

-----------------------------------------------------------------------

Summary of changes:
 Source/cmStandardLexer.h |    3 ---
 1 file changed, 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list