From 1f64423e43373a24a6e9008858b9b3b426bc8c73 Mon Sep 17 00:00:00 2001 From: pierre Date: Tue, 4 Apr 2000 14:18:15 +0000 Subject: [PATCH] * nasmwin32 is 9 chars long, idtxt changed accordingly --- compiler/systems.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/systems.pas b/compiler/systems.pas index 72d7fabea4..6fe1af32eb 100644 --- a/compiler/systems.pas +++ b/compiler/systems.pas @@ -159,7 +159,7 @@ unit systems; tasminfo = packed record id : tasm; - idtxt : string[8]; + idtxt : string[9]; asmbin : string[8]; asmcmd : string[50]; allowdirect, @@ -1525,7 +1525,10 @@ begin end. { $Log$ - Revision 1.100 2000-04-04 13:54:58 pierre + Revision 1.101 2000-04-04 14:18:15 pierre + * nasmwin32 is 9 chars long, idtxt changed accordingly + + Revision 1.100 2000/04/04 13:54:58 pierre + nasmwin32 for win32 object output with nasm assembler Revision 1.99 2000/02/09 13:23:06 peter