Changeset 408 for branches/thune/thread_safe/print.c
- Timestamp:
- 06/11/07 04:07:02 (18 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/print.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/print.c
r390 r408 717 717 ur_strCatCell( ut, out, UR_ENC_ASCII, val ); 718 718 break; 719 720 case UT_BINARY: 721 _binCellToStr( ut, out, val ); 722 break; 719 723 #if 0 720 724 case OT_TAG: { … … 728 732 case OT_BITSET: append(out, "make bitset! ", 13); 729 733 // Fall through to binary. 730 731 case OT_BINARY: _binCellToStr( out, val );732 break;733 734 #endif 734 735 case UT_CHAR: append1( ur_char(val), out );
