]> granicus.if.org Git - clang/commit
Avoid unwanted expansion in macros that paste together INT<n>_MIN, INT<n>_MAX,
authorKen Dyck <ken.dyck@onsemi.com>
Fri, 20 Nov 2009 16:44:38 +0000 (16:44 +0000)
committerKen Dyck <ken.dyck@onsemi.com>
Fri, 20 Nov 2009 16:44:38 +0000 (16:44 +0000)
commita2e92846f114ae639e1b285b4ef5d763dd2596d4
tree594ef9ea8b571088b2cee2d393f27602a594a32d
parentaface1b7e0013b3054991c9d54c82d6c890ee554
Avoid unwanted expansion in macros that paste together INT<n>_MIN, INT<n>_MAX,
and UINT<n>_MAX defintions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89460 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/stdint.h
test/Preprocessor/stdint.c