diff options
Diffstat (limited to 'compiler/raatt.pas')
-rw-r--r-- | compiler/raatt.pas | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/compiler/raatt.pas b/compiler/raatt.pas index 7d7b1b6c05..9d5259b4d4 100644 --- a/compiler/raatt.pas +++ b/compiler/raatt.pas @@ -1,5 +1,4 @@ { - $Id: raatt.pas,v 1.19 2005/02/14 17:13:07 peter Exp $ Copyright (c) 1998-2002 by Carl Eric Codere and Peter Vreman Does the parsing for the GAS styled inline assembler. @@ -1520,17 +1519,3 @@ unit raatt; end; end. - -{ - $Log: raatt.pas,v $ - Revision 1.19 2005/02/14 17:13:07 peter - * truncate log - - Revision 1.18 2005/01/20 17:05:53 peter - * use val() for decoding integers - - Revision 1.17 2005/01/19 22:19:41 peter - * unit mapping rewrite - * new derefmap added - -} |