Small AIX fixes from Rick Flower.

REL7_2_STABLE
Bruce Momjian 24 years ago
parent da83ecb64e
commit d43b364eb9
  1. 1
      src/interfaces/odbc/misc.c
  2. 4
      src/interfaces/odbc/statement.h

@ -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
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

Loading…
Cancel
Save