Update of /cvsroot/q-lang/q/stdlib
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23520/stdlib
Modified Files:
getopt.q
Log Message:
fixes for latest clib
Index: getopt.q
===================================================================
RCS file: /cvsroot/q-lang/q/stdlib/getopt.q,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** getopt.q 27 Sep 2007 10:09:05 -0000 1.4
--- getopt.q 23 Jan 2008 05:57:22 -0000 1.5
***************
*** 21,26 ****
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
- from system import regex, reg;
-
/* The getopt function takes two arguments: OPTS, a list of option
descriptions in the format described below, and ARGS, a list of strings
--- 21,24 ----
|