diff options
author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2015-01-21 23:28:34 +0000 |
---|---|---|
committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2015-01-21 23:28:34 +0000 |
commit | 1903b037de2fb3e75826406b46f055acb70963fa (patch) | |
tree | 604cd8b790fe14e5fbe441d4cd647c80d2a36a9a /compiler/psystem.pas | |
parent | ad1141d52f8353457053b925cd674fe1d5c4eafc (diff) | |
parent | 953d907e4d6c3a5c2f8aaee6e5e4f73c55ce5985 (diff) | |
download | fpc-blocks.tar.gz |
* synchronised with trunk till r29513blocks
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/blocks@29516 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/psystem.pas')
-rw-r--r-- | compiler/psystem.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/psystem.pas b/compiler/psystem.pas index 5bd6ebcc7e..9e6a243de8 100644 --- a/compiler/psystem.pas +++ b/compiler/psystem.pas @@ -104,6 +104,7 @@ implementation systemunit.insert(csyssym.create('ObjCSelector',in_objc_selector_x)); { objc only } systemunit.insert(csyssym.create('ObjCEncode',in_objc_encode_x)); { objc only } systemunit.insert(csyssym.create('Default',in_default_x)); + systemunit.insert(csyssym.create('SetString',in_setstring_x_y_z)); systemunit.insert(cconstsym.create_ord('False',constord,0,pasbool8type)); systemunit.insert(cconstsym.create_ord('True',constord,1,pasbool8type)); end; |