Small AIX fixes from Rick Flower.

This commit is contained in:
Bruce Momjian 2002-01-14 15:34:41 +00:00
parent da83ecb64e
commit d43b364eb9
2 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@
#include "psqlodbc.h" #include "psqlodbc.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>

View File

@ -102,7 +102,7 @@ enum
STMT_PARSE_NONE = 0, STMT_PARSE_NONE = 0,
STMT_PARSE_COMPLETE, STMT_PARSE_COMPLETE,
STMT_PARSE_INCOMPLETE, STMT_PARSE_INCOMPLETE,
STMT_PARSE_FATAL, STMT_PARSE_FATAL
}; };
/* Result style */ /* Result style */
@ -110,7 +110,7 @@ enum
{ {
STMT_FETCH_NONE = 0, STMT_FETCH_NONE = 0,
STMT_FETCH_NORMAL, STMT_FETCH_NORMAL,
STMT_FETCH_EXTENDED, STMT_FETCH_EXTENDED
}; };
typedef struct typedef struct