[Lazarus] Language additions breaking IDE

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Fri Aug 26 12:39:44 CEST 2011


It works =D

Mattias, can I commit?

Index: pascalparsertool.pas
===================================================================
--- pascalparsertool.pas        (revision 32060)
+++ pascalparsertool.pas        (working copy)
@@ -1172,7 +1172,7 @@
   begin
     // read parameter prefix modifier
     if UpAtomIs('VAR') or UpAtomIs('CONST') or UpAtomIs('CONSTREF')
-    or (UpAtomIs('OUT') and (Scanner.CompilerMode in
[cmOBJFPC,cmDELPHI,cmFPC]))
+    or (UpAtomIs('OUT') and (Scanner.CompilerMode in [cmOBJFPC,cmDELPHI]))
     then begin
       if not Extract then
         ReadNextAtom

-- 
Felipe Monteiro de Carvalho




More information about the Lazarus mailing list