2
0
Эх сурвалжийг харах

Merged revisions 86,89,91,93 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@358 -

peter 20 жил өмнө
parent
commit
28b6520932
3 өөрчлөгдсөн 3 нэмэгдсэн , 27 устгасан
  1. 3 4
      .gitignore
  2. 0 14
      rtl/inc/crt.inc
  3. 0 9
      rtl/inc/crth.inc

+ 3 - 4
.gitignore

@@ -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

+ 0 - 14
rtl/inc/crt.inc

@@ -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
-
-
-}

+ 0 - 9
rtl/inc/crth.inc

@@ -93,12 +93,3 @@ procedure cursoron;
 procedure cursoroff;
 procedure cursorbig;
 
-{
-  $Log: crth.inc,v $
-  Revision 1.5  2005/05/15 12:44:14  hajny
-    * TextMode parameter type changed to word for TP/BP compatibility
-
-  Revision 1.4  2005/02/14 17:13:22  peter
-    * truncate log
-
-}