aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/picosat-965
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-20 11:47:20 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-03-20 11:47:20 +0100
commite80af0edafe49ec2576b7fa3a24d4596083698b6 (patch)
tree0b3a0cb73736e4797cf090884a121dd9304b833a /test/monniaux/picosat-965
parentc10a470bf10e0f1caf0df9d8491ae01464146b55 (diff)
downloadcompcert-kvx-e80af0edafe49ec2576b7fa3a24d4596083698b6.tar.gz
compcert-kvx-e80af0edafe49ec2576b7fa3a24d4596083698b6.zip
vire des scories INT_DIV et INT_MOD
Diffstat (limited to 'test/monniaux/picosat-965')
-rw-r--r--test/monniaux/picosat-965/picosat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/picosat-965/picosat.h b/test/monniaux/picosat-965/picosat.h
index 2369b1a6..e735aec9 100644
--- a/test/monniaux/picosat-965/picosat.h
+++ b/test/monniaux/picosat-965/picosat.h
@@ -23,7 +23,7 @@ IN THE SOFTWARE.
#ifndef picosat_h_INCLUDED
#define picosat_h_INCLUDED
-#define INT_MOD(x, y) ((long) (x) % (y))
+#define INT_MOD(x, y) ((x) % (y))
/*------------------------------------------------------------------------*/