[Wisp-cvs] wisp/src/builtin dictbase.wisp,1.236,1.237
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-07 21:53:13
|
Update of /cvsroot/wisp/wisp/src/builtin In directory usw-pr-cvs1:/tmp/cvs-serv4069/src/builtin Modified Files: dictbase.wisp Log Message: Dropped |c16string-length|, |c16string-ref|, |c8string-length|, and |c8string-ref| from the Wisp level. Index: dictbase.wisp =================================================================== RCS file: /cvsroot/wisp/wisp/src/builtin/dictbase.wisp,v retrieving revision 1.236 retrieving revision 1.237 diff -u -d -r1.236 -r1.237 --- dictbase.wisp 7 Sep 2002 21:50:36 -0000 1.236 +++ dictbase.wisp 7 Sep 2002 21:53:10 -0000 1.237 @@ -39,11 +39,7 @@ (local box-empty? (asm NN_box_empty_huh)) (local box-ref (asm NN_box_ref)) (local box? (asm NN_box_huh)) -(local c16string-length (asm NN_c16string_length)) -(local c16string-ref (asm NN_c16string_ref)) (local c16string? (asm NN_c16string_huh)) -(local c8string-length (asm NN_c8string_length)) -(local c8string-ref (asm NN_c8string_ref)) (local c8string? (asm NN_c8string_huh)) (local catch (asm NN_catch)) (local ceiling (asm NN_ceiling)) |