diff options
| author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-07-08 18:39:57 +0000 |
|---|---|---|
| committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-07-08 18:39:57 +0000 |
| commit | 795f6a09949fd92828b6c9505b5c81ea2ded3f50 (patch) | |
| tree | 5acf6b17fa4b78c1d41a2faef67be0d887230f63 /packages/graph/src | |
| parent | 5e3fb0b650de181820edd9f79cbef9892dac6aeb (diff) | |
| download | fpc-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/src')
| -rw-r--r-- | packages/graph/src/inc/graphh.inc | 2 |
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; |
