summaryrefslogtreecommitdiff
path: root/compiler/ncgcon.pas
diff options
context:
space:
mode:
authorpeter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-11-03 00:30:30 +0000
committerpeter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-11-03 00:30:30 +0000
commit1d1f956fbaa7686c0f8e6f04b332b0ae4201a73b (patch)
tree0aee882f4907b996609ff1ea2235b51247649e69 /compiler/ncgcon.pas
parenta70169658701604bb86a8fe60b25ad96636b4803 (diff)
downloadfpc-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.pas2
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}