blob: bcfbb98b474905d9fd06cbb9378ebbbeeabd45a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $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>
/* brought in by ecpg_informix.h nowadays
* typedef decimal dec_t; */
#endif /* ndef _ECPG_DECIMAL_H */
|