Changeset 259 for trunk/thune/boot.c

Show
Ignore:
Timestamp:
08/29/06 02:15:02 (2 years ago)
Author:
krobillard
Message:

Thune - Added 'make-opcodes. Fixed compile error on 64 bit systems.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/boot.c

    r251 r259  
    171171  "] proc :dirize    ; (path -- path)\n" 
    172172  "[0 swap add] proc :to-dec\n" 
     173  "[blk | ctx num word]\n" 
     174  "[\n" 
     175  "  [] context :ctx\n" 
     176  "  blk [num word][\n" 
     177  "    opcode! num word make word ctx set\n" 
     178  "  ] each.set\n" 
     179  "  ctx\n" 
     180  "] func :make-opcodes    ; (block -- ctx)\n" 
    173181;