Ignore:
Timestamp:
Jan 6, 2006, 2:49:05 PM (19 years ago)
Author:
hyatt
Message:

Fix build bustage on Mac.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/internal.cpp

    r11918 r11919  
    5151#include <float.h>
    5252#define copysign(a, b) _copysign(a, b)
     53template void * const & KXMLCore::extractFirst<struct std::pair<void *,void *> >(struct std::pair<void *, void *> const &);
    5354#endif
    54 
    55 template void * const & KXMLCore::extractFirst<struct std::pair<void *,void *>>(struct std::pair<void *, void *> const &);
    5655
    5756extern int kjsyyparse();
Note: See TracChangeset for help on using the changeset viewer.