Commit d43b364e authored by Bruce Momjian's avatar Bruce Momjian

Small AIX fixes from Rick Flower.

parent da83ecb6
...@@ -15,6 +15,7 @@ ...@@ -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>
......
...@@ -102,7 +102,7 @@ enum ...@@ -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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment