]> granicus.if.org Git - clang/commit
Add struct keyword before _Unwind_Context.
authorLogan Chien <tzuhsiang.chien@gmail.com>
Wed, 26 Sep 2012 06:35:17 +0000 (06:35 +0000)
committerLogan Chien <tzuhsiang.chien@gmail.com>
Wed, 26 Sep 2012 06:35:17 +0000 (06:35 +0000)
commitc5e3df7d9951502fe016445f1c93dc9a3efea4df
treeb3d06380999ab0414329480e603c82b4a52cf876
parent732cdf383f9030ff2b9fb28dfbdae2285ded80c6
Add struct keyword before _Unwind_Context.

In the C programming language, we have to add the
"struct" keyword.  Otherwise, the compiler will
emit error message.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164665 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/unwind.h
test/Headers/unwind.c [new file with mode: 0644]