Răsfoiți Sursa

* make nested comment warning go away

git-svn-id: trunk@15208 -
florian 15 ani în urmă
părinte
comite
af3eee54cd
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      compiler/pstatmnt.pas

+ 2 - 2
compiler/pstatmnt.pas

@@ -548,7 +548,7 @@ implementation
          if (p.nodetype=vecn) and
             (nf_memseg in p.flags) then
            CGMessage(parser_e_no_with_for_variable_in_other_segments);
-         
+
          { "with procvar" can never mean anything, so always try
            to call it in case it returns a record/object/... }
          maybe_call_procvar(p,false);
@@ -1181,7 +1181,7 @@ implementation
                begin
                  exclude(tcallnode(p).callnodeflags,cnf_return_value_used);
 
-                 { in {$x-} state, the function result must not be ignored }
+                 { in $x- state, the function result must not be ignored }
                  if not(cs_extsyntax in current_settings.moduleswitches) and
                     not(is_void(p.resultdef)) and
                     not((tcallnode(p).procdefinition.proctypeoption=potype_constructor) and