Hi!

Attached is a patch against the current trunk that gives a line-number
for this particular error.


cheers,
felix
Index: srfi-4.scm
===================================================================
--- srfi-4.scm	(revision 10644)
+++ srfi-4.scm	(working copy)
@@ -600,7 +600,7 @@
 		 [tag (and (symbol? x) x)] )
 	    (cond [(or (eq? tag 'f) (eq? tag 'F)) #f]
 		  [(memq tag consers) => (lambda (c) ((##sys#slot (##sys#slot c 1) 0) (read port)))]
-		  [else (##sys#error "illegal bytevector syntax" tag)] ) )
+		  [else (##sys#read-error port "illegal bytevector syntax" tag)] ) )
 	  (old-hook char port) ) ) ) )
 
 
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to