@@ -168,25 +168,33 @@ interface
168
168
169
169
// --- User settings ---
170
170
171
- // Setting PUREPASCAL forces the use of plain Object Pascal for all routines, i.e. no assembler is used.
171
+ // ------------------------------------------------------------------------------------------------------------------//
172
+ // Setting PUREPASCAL forces the use of plain Object Pascal for all routines, i.e. no assembler is used. //
173
+ // ------------------------------------------------------------------------------------------------------------------//
172
174
173
175
{ $DEFINE PUREPASCAL}
174
176
175
177
176
- // Setting RESETSIZE forces the Compact routine to shrink the dynamic array when that makes sense.
177
- // This can slow down code a little.
178
+ // ------------------------------------------------------------------------------------------------------------------//
179
+ // Setting RESETSIZE forces the Compact routine to shrink the dynamic array when that makes sense. //
180
+ // This can slow down code a little. //
181
+ // ------------------------------------------------------------------------------------------------------------------//
178
182
179
183
{ $DEFINE RESETSIZE}
180
184
181
185
182
- // If set, none of the public methods modifies the instance it is called upon.
183
- // If necessary, a new instance is returned.
186
+ // ------------------------------------------------------------------------------------------------------------------//
187
+ // If set, none of the public methods modifies the instance it is called upon. //
188
+ // If necessary, a new instance is returned. //
189
+ // ------------------------------------------------------------------------------------------------------------------//
184
190
185
191
{ $DEFINE BIGINTEGERIMMUTABLE}
186
192
187
193
188
- // EXPERIMENTAL is set for code that tries something new without deleting the original code yet.
189
- // Undefine it to get the original code.
194
+ // ------------------------------------------------------------------------------------------------------------------//
195
+ // EXPERIMENTAL is set for code that tries something new without deleting the original code yet. //
196
+ // Undefine it to get the original code. //
197
+ // ------------------------------------------------------------------------------------------------------------------//
190
198
191
199
{ $DEFINE EXPERIMENTAL}
192
200
0 commit comments