source: projects/specs/trunk/a/asymptote/asymptote-gc-fix.patch @ 12272

Revision 12272, 248 bytes checked in by ara_t, 5 years ago (diff)

asymptote: rebuild with current VineSeed environment

  • main.cc

    old new  
    214214#endif   
    215215  asymain(&args); 
    216216} 
     217 
     218#ifdef USEGC 
     219GC_API void GC_CALL GC_throw_bad_alloc() { 
     220  std::bad_alloc(); 
     221} 
     222#endif 
     223 
Note: See TracBrowser for help on using the repository browser.