gcc didn't like this

This commit is contained in:
David Anderson 2006-06-04 07:42:10 +00:00
parent afb8fb0019
commit f1f683dca7
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ OPT_FLAGS = -O2 -funroll-loops -s -pipe -fomit-frame-pointer
DEBUG_FLAGS = -g -ggdb3
CPP = gcc
NAME = mysqlx
MYSQL_DIR = m_inc
MYSQL_DIR = ../../../mysql
BIN_SUFFIX_32 = amxx_i386.so
BIN_SUFFIX_64 = amxx_amd64.so

View File

@ -426,7 +426,7 @@ static cell AMX_NATIVE_CALL SQL_SetAffinity(AMX *amx, cell *params)
return 0;
}
extern AMX_NATIVE_INFO g_BaseSqlNatives[] =
AMX_NATIVE_INFO g_BaseSqlNatives[] =
{
{"SQL_MakeDbTuple", SQL_MakeDbTuple},
{"SQL_FreeHandle", SQL_FreeHandle},