mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Portability fix (Problems compiling on MacOSX with gcc)
This commit is contained in:
parent
e6c7117bc0
commit
19e3c98b87
2 changed files with 1 additions and 3 deletions
|
@ -3391,5 +3391,6 @@ void Item_result_field::cleanup()
|
|||
template class List<Item>;
|
||||
template class List_iterator<Item>;
|
||||
template class List_iterator_fast<Item>;
|
||||
template class List_iterator_fast<Item_field>;
|
||||
template class List<List_item>;
|
||||
#endif
|
||||
|
|
|
@ -20,9 +20,6 @@
|
|||
#ifdef __GNUC__
|
||||
#pragma interface /* gcc class implementation */
|
||||
#endif
|
||||
#ifdef __GNUC__
|
||||
template class List_iterator_fast<Item_field>;
|
||||
#endif
|
||||
|
||||
extern Item_result item_cmp_type(Item_result a,Item_result b);
|
||||
class Item_bool_func2;
|
||||
|
|
Loading…
Reference in a new issue