1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

Changed the way symbols are defined in C in INFORMIX mode.

This commit is contained in:
Michael Meskes
2008-02-15 11:20:21 +00:00
parent df1e965e12
commit efac2796e6
5 changed files with 19 additions and 41 deletions

View File

@@ -1,10 +1,11 @@
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.16 2008/02/14 12:27:26 meskes Exp $ */
/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.17 2008/02/15 11:20:21 meskes Exp $ */
#ifndef _ECPG_DECIMAL_H
#define _ECPG_DECIMAL_H
#include <ecpg_informix.h>
typedef decimal dec_t;
/* brought in by ecpg_informix.h nowadays
* typedef decimal dec_t; */
#endif /* ndef _ECPG_DECIMAL_H */