From 95ccf81518927c6488e8f4b7a423ac8abe9050f8 Mon Sep 17 00:00:00 2001 From: carl Date: Mon, 15 Apr 2002 18:54:34 +0000 Subject: [PATCH] - removed tcpuflags --- compiler/aasm.pas | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compiler/aasm.pas b/compiler/aasm.pas index 2061ea4950..d0960cc269 100644 --- a/compiler/aasm.pas +++ b/compiler/aasm.pas @@ -86,8 +86,6 @@ interface { lazy guy !!!! ;-) (FK) } ait_dummy); - tcpuflags = (cf_64bitaddr); - tcpuflagset = set of tcpuflags; { ait_* types which don't result in executable code or which don't influence } { the way the program runs/behaves, but which may be encountered by the } @@ -1137,7 +1135,10 @@ uses end. { $Log$ - Revision 1.22 2002-04-07 13:18:19 carl + Revision 1.23 2002-04-15 18:54:34 carl + - removed tcpuflags + + Revision 1.22 2002/04/07 13:18:19 carl + more documentation Revision 1.21 2002/04/07 10:17:40 carl