浏览代码

* Last change broke beos. Fixed.

marco 22 年之前
父节点
当前提交
a04170ad69
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      rtl/inc/lineinfo.pp

+ 5 - 2
rtl/inc/lineinfo.pp

@@ -546,7 +546,7 @@ begin
          end;
          end;
       end;
       end;
    end;
    end;
-  LoadElf32:=(stabofs<>-1) and (stabstrofs<>-1);
+  LoadElf32Beos:=(stabofs<>-1) and (stabstrofs<>-1);
 end;
 end;
 {$endif beos}
 {$endif beos}
 
 
@@ -781,7 +781,10 @@ finalization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.13  2003-01-14 16:17:37  peter
+  Revision 1.14  2003-02-01 22:31:34  marco
+   * Last change broke beos. Fixed.
+
+  Revision 1.13  2003/01/14 16:17:37  peter
     * remove wrong hasunix, replaced with elf32 define which
     * remove wrong hasunix, replaced with elf32 define which
       is set for freebsd,netbsd,linux or sunos
       is set for freebsd,netbsd,linux or sunos