summaryrefslogtreecommitdiff
path: root/packages/graph
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-07-08 18:39:57 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-07-08 18:39:57 +0000
commit795f6a09949fd92828b6c9505b5c81ea2ded3f50 (patch)
tree5acf6b17fa4b78c1d41a2faef67be0d887230f63 /packages/graph
parent5e3fb0b650de181820edd9f79cbef9892dac6aeb (diff)
downloadfpc-795f6a09949fd92828b6c9505b5c81ea2ded3f50.tar.gz
* don't redefine smallint type (fixes mantis #14104)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13370 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/graph')
-rw-r--r--packages/graph/src/inc/graphh.inc2
1 files changed, 2 insertions, 0 deletions
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;