summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/decimal.h
diff options
context:
space:
mode:
authorMichael Meskes2003-09-19 14:06:21 +0000
committerMichael Meskes2003-09-19 14:06:21 +0000
commitdf974272ec81af7092370deea6d689565fe6f0c3 (patch)
treebf3533eab7e7b3c4d93f1dc418929e8c7ac08c7e /src/interfaces/ecpg/include/decimal.h
parent689015748f8dd7267355eb6b7088684183fc1159 (diff)
Removed superfluous return statement in get_data.
Diffstat (limited to 'src/interfaces/ecpg/include/decimal.h')
-rw-r--r--src/interfaces/ecpg/include/decimal.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/include/decimal.h b/src/interfaces/ecpg/include/decimal.h
index 2531be38ef6..c1f724fbd29 100644
--- a/src/interfaces/ecpg/include/decimal.h
+++ b/src/interfaces/ecpg/include/decimal.h
@@ -1,8 +1,6 @@
#include <pgtypes_numeric.h>
-#ifndef dec_t
-#define dec_t decimal
-#endif /* dec_t */
+typedef decimal dec_t;
int decadd(dec_t *, dec_t *, dec_t *);
int deccmp(dec_t *, dec_t *);