diff options
author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-07-26 16:03:37 +0000 |
---|---|---|
committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-07-26 16:03:37 +0000 |
commit | 591f0b09b0dbb7f00b995daa7a106e9bb664663f (patch) | |
tree | 86793a7f6d6cbb0dd0b9c874e074a5206bf1bebc /compiler/compinnr.inc | |
parent | 1f240ecf9878fbad2f7b675340e7e7091e9a809e (diff) | |
download | fpc-591f0b09b0dbb7f00b995daa7a106e9bb664663f.tar.gz |
+ parser-side of objcprotocol() expression to obtain the metaclass
associated with an Objective-C protocol. Code generator part will
always generate an internalerror currently, because it cannot yet
be implemented (needs support for generating RTTI for Objective-C
classes)
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/objc@13461 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/compinnr.inc')
-rw-r--r-- | compiler/compinnr.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/compinnr.inc b/compiler/compinnr.inc index 22c42f7408..3ffabe85bc 100644 --- a/compiler/compinnr.inc +++ b/compiler/compinnr.inc @@ -77,6 +77,7 @@ const in_rol_x = 67; in_rol_x_x = 68; in_objc_selector_x = 69; + in_objc_protocol_x = 70; { Internal constant functions } |