Chameleon

Chameleon Commit Details

Date:2012-10-27 07:12:40 (11 years 6 months ago)
Author:Evan Lojewski
Commit:2087
Parents: 2086
Message:Hide unknown pragma from clang.
Changes:
M/trunk/i386/include/unwind.h

File differences

trunk/i386/include/unwind.h
3232
3333
3434
35
3536
3637
38
3739
3840
3941
......
235237
236238
237239
240
238241
239242
243
240244
241245
#define _UNWIND_H
#ifndef HIDE_EXPORTS
#ifdef __GCC__
#pragma GCC visibility push(default)
#endif
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifndef HIDE_EXPORTS
#ifdef __GCC__
#pragma GCC visibility pop
#endif
#endif
#endif /* unwind.h */

Archive Download the corresponding diff file

Revision: 2087