]> granicus.if.org Git - clang/commit
DefineBuiltinMacro is always passed two args, remove the defaulted third
authorChris Lattner <sabre@nondot.org>
Thu, 4 Jun 2009 16:47:09 +0000 (16:47 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Jun 2009 16:47:09 +0000 (16:47 +0000)
commit810dc54e1c091f7ee0167ef6e271e2ea308882e1
treeca4cc75809dab5907972319ee0418fa0e6a8ee2c
parenta46c71abb1dc2f9758ad1abe3378534fe138e802
DefineBuiltinMacro is always passed two args, remove the defaulted third
one.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72868 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/InitPreprocessor.cpp