From 795f6a09949fd92828b6c9505b5c81ea2ded3f50 Mon Sep 17 00:00:00 2001 From: jonas Date: Wed, 8 Jul 2009 18:39:57 +0000 Subject: * don't redefine smallint type (fixes mantis #14104) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13370 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/graph/src/inc/graphh.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/graph') diff --git a/packages/graph/src/inc/graphh.inc b/packages/graph/src/inc/graphh.inc index 1ee1042960..c95815a715 100644 --- a/packages/graph/src/inc/graphh.inc +++ b/packages/graph/src/inc/graphh.inc @@ -186,7 +186,9 @@ type +{$ifndef fpc} smallint = -32768..32767; +{$endif} TResolutionRec = record x,y: longint; -- cgit v1.2.1