Show
Ignore:
Timestamp:
08/11/07 04:53:46 (16 months ago)
Author:
krobillard
Message:

Removed slice! datatype - series now have an end.
Added slice test.
ur_makeBinary() now takes pointer argument.
Fixed bug in _makeComponent().
Fixed compiler warnings. Minor optimization to if/.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/net.c

    r447 r450  
    182182static int _netOpen( UPortDevice* dev, UThread* ut, UCell* tos ) 
    183183{ 
    184     int port; 
    185184    struct sockaddr_in addr; 
     185    int port = 0; 
    186186    UCell* spec = 0; 
    187187    UCell* res = ur_s_prev(tos);