From 9e24724f0bbbd756db335cf9f894a0bfbb7ef8b8 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Mon, 9 Feb 2015 10:30:09 +0000 Subject: [PATCH] sqlite --- H/Regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/H/Regs.h b/H/Regs.h index 056b7b4f5..019b69d22 100755 --- a/H/Regs.h +++ b/H/Regs.h @@ -105,7 +105,7 @@ typedef struct regstore_t yamop *CP_; /* 28 continuation program counter */ CELL *ENV_; /* 1 current environment */ struct cut_c_str *CUT_C_TOP; -#if defined MYDDAS_ODBC || defined MYDDAS_MYSQL +#if defined MYDDAS_ODBC || defined MYDDAS_MYSQL || defined MYDDAS_SQLITE3 struct myddas_global *MYDDAS_GLOBAL_POINTER; #endif yamop *P_; /* 7 prolog machine program counter */