Update of /cvsroot/wisp/wisp/tools
In directory usw-pr-cvs1:/tmp/cvs-serv30450/tools
Modified Files:
was worth
Log Message:
Made wisplint.wisp check that source files manifest their proper names.
Index: was
===================================================================
RCS file: /cvsroot/wisp/wisp/tools/was,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- was 4 Sep 2002 14:30:56 -0000 1.9
+++ was 4 Sep 2002 14:31:42 -0000 1.10
@@ -1,6 +1,6 @@
#! /usr/bin/wisp
-;;;; was.wisp - the executable around the Wisp Assembler
+;;;; tools/was - the executable around the Wisp Assembler
;;
;; Copyleft © 2002 by Andres Soolo (di...@us...)
;; This file is licensed under the GNU GPL v2. If you
Index: worth
===================================================================
RCS file: /cvsroot/wisp/wisp/tools/worth,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- worth 4 Sep 2002 14:30:56 -0000 1.24
+++ worth 4 Sep 2002 14:31:42 -0000 1.25
@@ -1,6 +1,6 @@
#! /usr/bin/wisp
-;;;; worth.wisp - translator for a Forth-like low-level language
+;;;; tools/worth - translator for a Forth-like low-level language
;;
;; Copyleft © 2002 by Andres Soolo (di...@us...)
;; This file is licensed under the GNU GPL v2. If you
|