浏览代码

* 32 -> 64 bit cross compilation fixed

florian 20 年之前
父节点
当前提交
83ac6eeaad
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      compiler/scanner.pas

+ 5 - 2
compiler/scanner.pas

@@ -670,7 +670,7 @@ implementation
                                           end;
                                         end;
                                       conststring :
-                                        read_factor := upper(pchar(value.valueordptr))
+                                        read_factor := upper(pchar(value.valueptr))
                                     end;
                                   end;
                               end;
@@ -3351,7 +3351,10 @@ exit_label:
 end.
 {
   $Log$
-  Revision 1.105  2005-05-02 18:44:00  michael
+  Revision 1.106  2005-05-06 17:02:52  florian
+    * 32 -> 64 bit cross compilation fixed
+
+  Revision 1.105  2005/05/02 18:44:00  michael
   + Patch from Christian Iversen to fix defined() macro command
 
   Revision 1.104  2005/03/28 21:34:36  olle