Update of /cvsroot/q-lang/q/modules/magick
In directory sc8-pr-cvs1:/tmp/cvs-serv11927
Modified Files:
magick.q
Log Message:
code cleanup
Index: magick.q
===================================================================
RCS file: /cvsroot/q-lang/q/modules/magick/magick.q,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** magick.q 26 Dec 2003 03:10:48 -0000 1.5
--- magick.q 26 Dec 2003 03:21:38 -0000 1.6
***************
*** 27,31 ****
operations. */
! import stdlib, clib;
/* The Image type. Objects of this type are created with the create_image and
--- 27,31 ----
operations. */
! import clib;
/* The Image type. Objects of this type are created with the create_image and
|