diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-01-12 20:17:54 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-01-12 20:17:54 +0000 |
commit | ad676dbfd381130641fadffbd376b2b475fb3ec6 (patch) | |
tree | 1b7e3c37b636054ad1dcfe0f73ff3d8a0d60dc8a /compiler/psub.pas | |
parent | 9847f0a10b3cca0bfff9d172955669e3d6a451da (diff) | |
download | fpc-ad676dbfd381130641fadffbd376b2b475fb3ec6.tar.gz |
* added missing parenthesis
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@26438 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/psub.pas')
-rw-r--r-- | compiler/psub.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/psub.pas b/compiler/psub.pas index c80b69db7e..a585d1f460 100644 --- a/compiler/psub.pas +++ b/compiler/psub.pas @@ -1187,9 +1187,9 @@ implementation { add wrapping code if necessary (initialization of typed constants on some platforms, initing of local variables and out parameters with - trashing values, ... } + trashing values, ...) } { init/final code must be wrapped later (after code for main proc body - has been generated } + has been generated) } if not(current_procinfo.procdef.proctypeoption in [potype_unitinit,potype_unitfinalize]) then code:=cnodeutils.wrap_proc_body(procdef,code); |