summaryrefslogtreecommitdiff
path: root/compiler/psub.pas
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-01-12 20:17:54 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-01-12 20:17:54 +0000
commitad676dbfd381130641fadffbd376b2b475fb3ec6 (patch)
tree1b7e3c37b636054ad1dcfe0f73ff3d8a0d60dc8a /compiler/psub.pas
parent9847f0a10b3cca0bfff9d172955669e3d6a451da (diff)
downloadfpc-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.pas4
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);