OSDN Git Service

Fix preprocessor error.
authorNicolas Capens <capn@google.com>
Tue, 2 Oct 2018 14:49:22 +0000 (10:49 -0400)
committerNicolas Capens <nicolascapens@google.com>
Tue, 2 Oct 2018 15:14:56 +0000 (15:14 +0000)
commit60be5c45fab28524cb190935cdf4d247f9d8f019
tree49289b0fde5d9942fc8c0fd5abcf0c04317b6823
parent720aec1cd6ebf4c4d74326c5faaddd57ee351609
Fix preprocessor error.

##__VA_ARGS__ causes an error with clang if it's not preceded by a comma. The ## is
wholly unnecessary in this case so it can just be removed.

Bug b/73656151

Change-Id: Icc8a67a91b270d0e9b006cae7a438cdefa412f87
Reviewed-on: https://swiftshader-review.googlesource.com/21208
Tested-by: Nicolas Capens <nicolascapens@google.com>
Reviewed-by: Corentin Wallez <cwallez@google.com>
src/Common/Debug.hpp
src/OpenGL/common/debug.h
src/OpenGL/compiler/debug.h
src/Vulkan/VkDebug.hpp