1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Removed superfluous return statement in get_data.

This commit is contained in:
Michael Meskes
2003-09-19 14:06:21 +00:00
parent 689015748f
commit df974272ec
7 changed files with 55 additions and 67 deletions

View File

@@ -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 *);