diff options
author | peter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2006-11-03 00:30:30 +0000 |
---|---|---|
committer | peter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2006-11-03 00:30:30 +0000 |
commit | 1d1f956fbaa7686c0f8e6f04b332b0ae4201a73b (patch) | |
tree | 0aee882f4907b996609ff1ea2235b51247649e69 /compiler/ncgcon.pas | |
parent | a70169658701604bb86a8fe60b25ad96636b4803 (diff) | |
download | fpc-1d1f956fbaa7686c0f8e6f04b332b0ae4201a73b.tar.gz |
* remove tdictionary and tindexarray
* symtables based on TFPHashObjectList and TFPObjectList
* rename torddef.typ to torddef.ordtype
* rename tfloatdef.typ to tfloatdef.floattype
* rename tdef.deftype to tdef.typ
* remove obsolete browser code, browcol is kept so the ide
can still be compiled
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@5192 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/ncgcon.pas')
-rw-r--r-- | compiler/ncgcon.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ncgcon.pas b/compiler/ncgcon.pas index c4fda65faa..4e7702c74e 100644 --- a/compiler/ncgcon.pas +++ b/compiler/ncgcon.pas @@ -92,7 +92,7 @@ implementation begin location_reset(location,LOC_CREFERENCE,def_cgsize(resultdef)); lastlabel:=nil; - realait:=floattype2ait[tfloatdef(resultdef).typ]; + realait:=floattype2ait[tfloatdef(resultdef).floattype]; {$ifdef ARM} hiloswapped:=current_settings.fputype in [fpu_fpa,fpu_fpa10,fpu_fpa11]; {$endif ARM} |