소스 검색

* typo in set_source_info

armin 21 년 전
부모
커밋
04e5a78e49
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      compiler/systems/i_nwm.pas

+ 5 - 2
compiler/systems/i_nwm.pas

@@ -96,13 +96,16 @@ unit i_nwm;
 initialization
 initialization
 {$ifdef CPU86}
 {$ifdef CPU86}
   {$ifdef netware}
   {$ifdef netware}
-    set_source_info(target_i386_netware_info);
+    set_source_info(system_i386_netware_info);
   {$endif netware}
   {$endif netware}
 {$endif CPU86}
 {$endif CPU86}
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2004-06-20 08:55:32  florian
+  Revision 1.5  2004-07-30 19:22:14  armin
+  * typo in set_source_info
+
+  Revision 1.4  2004/06/20 08:55:32  florian
     * logs truncated
     * logs truncated
 
 
 }
 }