diff options
Diffstat (limited to 'libobjc/objc/encoding.h')
-rw-r--r-- | libobjc/objc/encoding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/objc/encoding.h b/libobjc/objc/encoding.h index 0deae5f..177ef72 100644 --- a/libobjc/objc/encoding.h +++ b/libobjc/objc/encoding.h @@ -42,7 +42,7 @@ extern "C" { #define _C_BYCOPY 'O' #define _C_BYREF 'R' #define _C_ONEWAY 'V' -#define _C_GCINVISIBLE '!' +#define _C_GCINVISIBLE '|' #define _F_CONST 0x01 #define _F_IN 0x01 |