Changeset 129 for trunk/thune/make.c

Show
Ignore:
Timestamp:
04/29/06 02:05:06 (3 years ago)
Author:
krobillard
Message:

Thune -

Added poke, as, join & parse.some.
Tweaks to documenation & .vim file.
Infuse can now take a lit-word or context.
Optimized insert & iter.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/make.c

    r125 r129  
    170170    ur_setType( ctx, UT_CONTEXT ); 
    171171    ctx->ctx.wordBlk     = ur_blockN( ptrA ); 
    172     ctx->ctx.protoValBlk = ur_blockN( ptrB ); 
    173     ctx->ctx.valBlk      = ctx->ctx.protoValBlk; 
     172    ctx->ctx.valBlk      = ur_blockN( ptrB ); 
     173    ctx->ctx.protoValBlk = ctx->ctx.valBlk; 
    174174} 
    175175