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)
commit774442162d4a314b32ec95ef31a296df66fde30a
treeab9ca17cc186b2cff5d54d0e457b3382c6828814
parent0a928fa32ea6604caa553c3998301fda00f88433
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.

llvm-svn: 164665
clang/lib/Headers/unwind.h
clang/test/Headers/unwind.c [new file with mode: 0644]