瀏覽代碼

* recompiles again

peter 27 年之前
父節點
當前提交
9985d0df00
共有 2 個文件被更改,包括 11 次插入5 次删除
  1. 5 2
      compiler/comphook.pas
  2. 6 3
      compiler/scandir.inc

+ 5 - 2
compiler/comphook.pas

@@ -201,8 +201,8 @@ begin
         else
         else
           hs:=status.currentsource+'('+tostr(status.currentline)
           hs:=status.currentsource+'('+tostr(status.currentline)
               +','+tostr(status.currentcolumn)+') '+hs;
               +','+tostr(status.currentcolumn)+') '+hs;
-      end
 {$ifdef Debug}
 {$ifdef Debug}
+      end
      else
      else
       begin
       begin
          if (Level<=V_ShowFile) then
          if (Level<=V_ShowFile) then
@@ -241,7 +241,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.4  1998-08-18 14:17:08  pierre
+  Revision 1.5  1998-08-18 15:11:51  peter
+    * recompiles again
+
+  Revision 1.4  1998/08/18 14:17:08  pierre
     * bug about assigning the return value of a function to
     * bug about assigning the return value of a function to
       a procvar fixed : warning
       a procvar fixed : warning
       assigning a proc to a procvar need @ in FPC mode !!
       assigning a proc to a procvar need @ in FPC mode !!

+ 6 - 3
compiler/scandir.inc

@@ -473,12 +473,12 @@ const
       var
       var
         sw : tlocalswitch;
         sw : tlocalswitch;
       begin
       begin
-        case t of
 {$ifdef SUPPORT_MMX}
 {$ifdef SUPPORT_MMX}
+        case t of
           _DIR_MMX : sw:=cs_mmx;
           _DIR_MMX : sw:=cs_mmx;
           _DIR_SATURATION : sw:=cs_mmx_saturation;
           _DIR_SATURATION : sw:=cs_mmx_saturation;
-{$endif}
         end;
         end;
+{$endif}
         current_scanner^.skipspace;
         current_scanner^.skipspace;
         if c='-' then
         if c='-' then
          aktlocalswitches:=aktlocalswitches-[sw]
          aktlocalswitches:=aktlocalswitches-[sw]
@@ -720,7 +720,10 @@ const
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.19  1998-08-18 09:24:44  pierre
+  Revision 1.20  1998-08-18 15:11:52  peter
+    * recompiles again
+
+  Revision 1.19  1998/08/18 09:24:44  pierre
     * small warning position bug fixed
     * small warning position bug fixed
     * support_mmx switches splitting was missing
     * support_mmx switches splitting was missing
     * rhide error and warning output corrected
     * rhide error and warning output corrected