diff options
Diffstat (limited to 'include/mysql.h.pp')
-rw-r--r-- | include/mysql.h.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mysql.h.pp b/include/mysql.h.pp index 9c1d8adcd2f..4fef9e9ec0b 100644 --- a/include/mysql.h.pp +++ b/include/mysql.h.pp @@ -202,7 +202,6 @@ typedef unsigned int MYSQL_FIELD_OFFSET; typedef unsigned long long my_ulonglong; #include "typelib.h" #include "my_alloc.h" -C_MODE_START typedef struct st_used_mem { struct st_used_mem *next; @@ -220,7 +219,6 @@ typedef struct st_mem_root unsigned int first_block_usage; void (*error_handler)(void); } MEM_ROOT; -C_MODE_END typedef struct st_typelib { unsigned int count; const char *name; |