Show
Ignore:
Timestamp:
08/07/07 01:08:59 (16 months ago)
Author:
krobillard
Message:

rejoin now uses to-text (fix for when first value is char!).

Files:
1 modified

Legend:

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

    r442 r444  
    135135  "  reduce\n" 
    136136  "  dup first\n" 
    137   "    dup series! is-type? [copy] [string! to] either :val\n" 
     137  "    dup series! is-type? [copy] [to-text] either :val\n" 
    138138  "  next [\n" 
    139139  "    first val swap append drop\n"