From 70b43169d9bb73f359e6b57991512616d141fdfa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Fri, 27 Feb 1998 11:20:11 -0800
Subject: [PATCH] f_add now uses INT_TYPE :)

Rev: src/operators.c:1.27
---
 src/operators.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/operators.c b/src/operators.c
index 4d67918b90..1475102910 100644
--- a/src/operators.c
+++ b/src/operators.c
@@ -5,7 +5,7 @@
 \*/
 #include <math.h>
 #include "global.h"
-RCSID("$Id: operators.c,v 1.26 1998/02/24 23:01:30 hubbe Exp $");
+RCSID("$Id: operators.c,v 1.27 1998/02/27 19:20:11 hubbe Exp $");
 #include "interpret.h"
 #include "svalue.h"
 #include "multiset.h"
@@ -73,7 +73,7 @@ COMPARISON(f_ge,"`>=",!is_lt)
 
 void f_add(INT32 args)
 {
-  INT32 e,size;
+  INT_TYPE e,size;
   TYPE_FIELD types;
 
   types=0;
-- 
GitLab