We no longer accept @defs with the non-fragile ABI.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69721 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-04-21 21:16:23 +00:00
Родитель f365d5b3b3
Коммит bd5e5a5a8f
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -78,6 +78,8 @@ int f0(id x) {
#endif
}
#ifndef __OBJC2__
struct s0 {
@defs(A);
};
#endif