summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1997-05-09 19:36:29 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:39:48 +0200
commite63c244cb22bf48ca1d2695784a072269d19ea96 (patch)
tree45b9018259f43db629b27395783cf48e55a85eee /tests
parent4c36e9a0c125ccfff37aa440dab2cf58c4152fff (diff)
downloaddev86-e63c244cb22bf48ca1d2695784a072269d19ea96.tar.gz
Import Dev86src-0.12.0.tar.gzv0.12.0
Diffstat (limited to 'tests')
-rw-r--r--tests/compr.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/compr.c b/tests/compr.c
index 8e53443..b52609d 100644
--- a/tests/compr.c
+++ b/tests/compr.c
@@ -22,8 +22,12 @@ FILE * fd;
int * itb;
int size;
-int maxno= 8000;
long cnt=0;
+#ifdef __GNUC__
+int maxno= 16384;
+#else
+int maxno= 8000;
+#endif
long icount = 0;
long ocount = 0;