From e07583b6546375e37e75134279e32671c821d5a6 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 16 Jan 2006 13:59:57 +0000 Subject: [PATCH] Merged revisions 2263,2269 via svnmerge from http://peter@svn.freepascal.org/svn/fpc/trunk ........ r2263 | peter | 2006-01-12 07:59:43 +0100 (Thu, 12 Jan 2006) | 2 lines * support FPCDATE include ........ r2269 | florian | 2006-01-12 21:38:22 +0100 (Thu, 12 Jan 2006) | 2 lines * symbol_end for typed consts ........ git-svn-id: branches/fixes_2_0@2308 - --- compiler/ptconst.pas | 30 ++++++++++++++++++++---------- compiler/scanner.pas | 3 +++ 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/compiler/ptconst.pas b/compiler/ptconst.pas index 74ddf69ce0..83f354ac37 100644 --- a/compiler/ptconst.pas +++ b/compiler/ptconst.pas @@ -84,18 +84,19 @@ implementation error : boolean; old_block_type : tblock_type; storefilepos : tfileposinfo; + sizelabel : tasmlabel; procedure check_range(def:torddef); - begin - if ((tordconstnode(p).value>def.high) or - (tordconstnode(p).valuedef.high) or + (tordconstnode(p).value