diff options
author | Michael Meskes <meskes@postgresql.org> | 2003-09-20 09:10:09 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2003-09-20 09:10:09 +0000 |
commit | f604b39c2f2230cfb783bce36dff4407f30be0d0 (patch) | |
tree | 29bbbd4b73c140e0439c395158ae75565ae6eec2 /src/interfaces/ecpg/include/ecpg_informix.h | |
parent | f72a93b4c915aaccb4f4ef3af693c167d9591405 (diff) |
- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.
- Added protecting defines to include files.
Diffstat (limited to 'src/interfaces/ecpg/include/ecpg_informix.h')
-rw-r--r-- | src/interfaces/ecpg/include/ecpg_informix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/include/ecpg_informix.h b/src/interfaces/ecpg/include/ecpg_informix.h index b7a57fab3b5..aea118ef18d 100644 --- a/src/interfaces/ecpg/include/ecpg_informix.h +++ b/src/interfaces/ecpg/include/ecpg_informix.h @@ -1,3 +1,5 @@ +#ifndef _ECPG_INFORMIX_H +#define _ECPG_INFORMIX_H /* * This file contains stuff needed to be as compatible to Informix as possible. */ @@ -32,3 +34,5 @@ extern void ldchar(char *, int, char *); extern void ECPG_informix_set_var(int, void *, int); extern void *ECPG_informix_get_var(int); + +#endif /* ndef _ECPG_INFORMIX_H */ |