Show
Ignore:
Timestamp:
06/22/07 20:53:36 (17 months ago)
Author:
krobillard
Message:

Rune works again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/urlan.h

    r417 r418  
    7878#define UT_PORT         36 
    7979#define UT_STRUCT       37 
    80  
    81 #define UT_BI_COUNT     38 
     80#define UT_COMPONENT    38 
     81#define UT_PLUG         39 
     82 
     83#define UT_BI_COUNT     40 
    8284#define UT_MAX          64 
    8385#define UT_TYPEMASK     99 
     
    202204 
    203205 
    204 /* 
    205206typedef struct 
    206207{ 
     
    208209    uint8_t  flags; 
    209210    uint16_t inputMask; 
    210     UIndex   wordN; 
    211     UIndex   valN; 
     211    UIndex   wordN;     /* wordBlk at same position as in context. */ 
     212    UIndex   valN;      /* valBlk  at same position as in context. */ 
    212213    UIndex   bodyN; 
    213214} 
    214215UCellComponent; 
    215 */ 
    216216 
    217217 
     
    359359    UCellContext  ctx; 
    360360    UCellContext  port; 
    361     //UCellComponent  comp; 
    362361    UCellCall     call; 
    363362    UCellFunction func; 
     
    372371    UCellError    err; 
    373372    UCellCode     code; 
     373    UCellComponent comp; 
    374374} 
    375375UCell;