From ca29bb10af3ae3b218adc6a15524f727239ef7f7 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Wed, 6 Jun 2012 18:55:38 +0000 Subject: [PATCH] - zapped some gremlins in comments git-svn-id: trunk@21503 - --- compiler/globtype.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/globtype.pas b/compiler/globtype.pas index 4ae8ce3689..f00730c832 100644 --- a/compiler/globtype.pas +++ b/compiler/globtype.pas @@ -323,10 +323,10 @@ interface m_advanced_records, { advanced record syntax with visibility sections, methods and properties } m_isolike_unary_minus, { unary minus like in iso pascal: same precedence level as binary minus/plus } m_systemcodepage, { use system codepage as compiler codepage by default, emit ansistrings with system codepage } - m_final_fields, { allows declaring fields as "final", which means they must be initialised + m_final_fields, { allows declaring fields as "final", which means they must be initialised in the (class) constructor and are constant from then on (same as final fields in Java) } - m_default_unicodestring { makes the default string type in $h+ mode unicodestring rather than + m_default_unicodestring { makes the default string type in $h+ mode unicodestring rather than ansistring; similarly, char becomes unicodechar rather than ansichar } ); tmodeswitches = set of tmodeswitch;