Update of /cvsroot/q-lang/q/stdlib
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9507
Modified Files:
hdict.q
Log Message:
missing argument in deletea
Index: hdict.q
===================================================================
RCS file: /cvsroot/q-lang/q/stdlib/hdict.q,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** hdict.q 21 Feb 2008 09:03:07 -0000 1.8
--- hdict.q 21 Feb 2008 21:14:03 -0000 1.9
***************
*** 208,212 ****
private deletea2 _ _;
! deletea nil _ = (nil, false);
deletea (bin Key XYs B nil R ) Key X
--- 208,212 ----
private deletea2 _ _;
! deletea nil _ _ = (nil, false);
deletea (bin Key XYs B nil R ) Key X
|