@@ -1,6 +1,5 @@
compiler/*.bak
compiler/*.exe
-compiler/*.o
-compiler/*.ppu
-compiler/*.s
-compiler/*.tmp
+compiler/i386/*.bak
+compiler/utils/*.exe
+compiler/x86/*.bak
@@ -402,17 +402,3 @@ begin
AssignCrt (Output);
Rewrite (Output);
end;
-
-{
- $Log: crt.inc,v $
- Revision 1.3 2005/05/14 15:01:49 hajny
- * TextMode parameter type changed to word for TP/BP compatibility
- Revision 1.2 2005/05/14 14:58:41 hajny
- * TextMode parameter type changed temporarily not to break other platforms
- Revision 1.1 2005/05/14 14:32:55 hajny
- + basis for common platform independent implementation of Crt
-}
@@ -93,12 +93,3 @@ procedure cursoron;
procedure cursoroff;
procedure cursorbig;
- $Log: crth.inc,v $
- Revision 1.5 2005/05/15 12:44:14 hajny
- Revision 1.4 2005/02/14 17:13:22 peter
- * truncate log