Browse Source

* formatting so lazarus can handle it

git-svn-id: trunk@34737 -
florian 8 years ago
parent
commit
cfd38388ca
1 changed files with 4 additions and 3 deletions
  1. 4 3
      compiler/ncal.pas

+ 4 - 3
compiler/ncal.pas

@@ -156,9 +156,10 @@ interface
           { varargs parasyms }
           varargsparas : tvarargsparalist;
 
-          { separately specified resultdef for some compilerprocs (e.g. }
-          { you can't have a function with an "array of char" resultdef }
-          { the RTL) (JM)                                                }
+          { separately specified resultdef for some compilerprocs (e.g.
+            you can't have a function with an "array of char" resultdef
+            the RTL) (JM)
+          }
           typedef: tdef;
           callnodeflags : tcallnodeflags;