From c9b899ef320a503cb1bdb974ce48b90576a6502c Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 10 Aug 1998 23:59:59 +0000 Subject: [PATCH] * fixed dup log --- compiler/cg386cnv.pas | 9 ++++----- compiler/pp.pas | 16 ++++------------ 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/compiler/cg386cnv.pas b/compiler/cg386cnv.pas index e93c22bdb1..7d084f93fc 100644 --- a/compiler/cg386cnv.pas +++ b/compiler/cg386cnv.pas @@ -1180,15 +1180,14 @@ implementation end. { $Log$ - Revision 1.10 1998-08-10 14:49:47 peter + Revision 1.11 1998-08-10 23:59:59 peter + * fixed dup log + + Revision 1.10 1998/08/10 14:49:47 peter + localswitches, moduleswitches, globalswitches splitting Revision 1.9 1998/08/05 16:00:09 florian * some fixes for ansi strings - * $log$ to $Log$ - * $log$ to Revision 1.10 1998-08-10 14:49:47 peter - * $log$ to + localswitches, moduleswitches, globalswitches splitting - * $log$ to changed Revision 1.8 1998/07/18 22:54:24 florian * some ansi/wide/longstring support fixed: diff --git a/compiler/pp.pas b/compiler/pp.pas index 12d0be4ff0..3c72bc4d30 100644 --- a/compiler/pp.pas +++ b/compiler/pp.pas @@ -238,7 +238,10 @@ begin end. { $Log$ - Revision 1.26 1998-08-10 15:49:40 peter + Revision 1.27 1998-08-11 00:00:00 peter + * fixed dup log + + Revision 1.26 1998/08/10 15:49:40 peter * small fixes for 0.99.5 Revision 1.25 1998/08/10 14:50:16 peter @@ -250,17 +253,6 @@ end. Revision 1.23 1998/08/05 16:00:16 florian * some fixes for ansi strings - * $log$ to $Log$ - * $log$ to Revision 1.26 1998-08-10 15:49:40 peter - * $log$ to * small fixes for 0.99.5 - * $log$ to - * $log$ to Revision 1.25 1998/08/10 14:50:16 peter - * $log$ to + localswitches, moduleswitches, globalswitches splitting - * $log$ to - * $log$ to Revision 1.24 1998/08/10 10:18:32 peter - * $log$ to + Compiler,Comphook unit which are the new interface units to the - * $log$ to compiler - * $log$ to changed Revision 1.22 1998/08/04 16:28:40 jonas * added support for NoRa386* in the $O ... section