Changeset 483 for trunk/thune/urlan.h

Show
Ignore:
Timestamp:
10/05/07 04:54:10 (14 months ago)
Author:
krobillard
Message:

select! evaluation now pushes all values other than function! & call!.
Added ur_decompress().
Now using GLV from the Outguard repository.
gl/project.r now builds thuneGL library.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/urlan.h

    r469 r483  
    573573void ur_toStrNatural( UThread*, const UCell*, UString* out, int depth ); 
    574574void ur_strCat( UString*, const char* cp, int len ); 
     575int  ur_decompress( const void* data, int len, UArray* ); 
    575576 
    576577void ur_setDatatypeMask( UCell* cell, int type );