소스 검색

* Fix halt() call

peter 22 년 전
부모
커밋
3d85d9c2bd
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      compiler/pp.pas

+ 5 - 2
compiler/pp.pas

@@ -186,11 +186,14 @@ begin
   exitproc:=@myexit;
   exitproc:=@myexit;
 
 
 { Call the compiler with empty command, so it will take the parameters }
 { Call the compiler with empty command, so it will take the parameters }
-  {Halt(}compiler.Compile(''){)};
+  Halt(compiler.Compile(''));
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.23  2003-07-06 15:31:21  daniel
+  Revision 1.24  2003-07-07 19:59:41  peter
+    * Fix halt() call
+
+  Revision 1.23  2003/07/06 15:31:21  daniel
     * Fixed register allocator. *Lots* of fixes.
     * Fixed register allocator. *Lots* of fixes.
 
 
   Revision 1.22  2003/04/22 14:33:38  peter
   Revision 1.22  2003/04/22 14:33:38  peter