1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00
Files
postgres/src/interfaces/ecpg/include/decimal.h
2010-09-20 22:08:53 +02:00

14 lines
301 B
C

/* src/interfaces/ecpg/include/decimal.h */
#ifndef _ECPG_DECIMAL_H
#define _ECPG_DECIMAL_H
#include <ecpg_informix.h>
#ifndef _ECPGLIB_H /* source created by ecpg which defines this
* symbol */
typedef decimal dec_t;
#endif /* ndef _ECPGLIB_H */
#endif /* ndef _ECPG_DECIMAL_H */