Commit 19e3c98b authored by unknown's avatar unknown

Portability fix (Problems compiling on MacOSX with gcc)

parent e6c7117b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment