1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-21 10:42:50 +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

@@ -5,15 +5,12 @@
#include <decimal.h>
#include <datetime.h>
#include <ecpglib.h>
#include <pgtypes_date.h>
#define SQLNOTFOUND 100
#ifndef date
#define date long
#endif /* ! date */
extern int rdatestr(date, char *);
extern void rtoday(date *);
extern void rtoday(date *);
extern int rjulmdy(date, short *);
extern int rdefmtdate(date *, char *, char *);
extern int rfmtdate(date, char *, char *);