From cab4cdb15dd52006b8e4bd77b47b093af609f5a0 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 20 Nov 2000 15:30:42 +0000 Subject: [PATCH] * changed types of values used for constant expression evaluation to tconstexprint --- compiler/nadd.pas | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/compiler/nadd.pas b/compiler/nadd.pas index 33b3ed5737..6cc26301f1 100644 --- a/compiler/nadd.pas +++ b/compiler/nadd.pas @@ -93,7 +93,7 @@ implementation t,hp : tnode; ot, lt,rt : tnodetype; - rv,lv : longint; + rv,lv : tconstexprint; rvd,lvd : bestreal; resdef, rd,ld : pdef; @@ -1237,7 +1237,11 @@ begin end. { $Log$ - Revision 1.16 2000-11-13 11:30:55 florian + Revision 1.17 2000-11-20 15:30:42 jonas + * changed types of values used for constant expression evaluation to + tconstexprint + + Revision 1.16 2000/11/13 11:30:55 florian * some bugs with interfaces and NIL fixed Revision 1.15 2000/11/04 14:25:20 florian