Changeset 12991
- Timestamp:
- Oct 10, 2009, 7:41:15 AM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lisp-kernel/x86_print.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lisp-kernel/x86_print.c
r10389 r12991 238 238 add_c_string("#<"); 239 239 sprint_unsigned_decimal(elements); 240 add_c_string("-element vector subtag = ");240 add_c_string("-element vector subtag = #x"); 241 241 add_char(digits[subtag>>4]); 242 242 add_char(digits[subtag&15]);
Note:
See TracChangeset
for help on using the changeset viewer.
