From 50eb3337c67d6e8646d693324bd406d944288264 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 26 Nov 2006 06:37:34 +0000 Subject: made [classpath] function like the new [import] svn path=/trunk/externals/hcs/; revision=6434 --- import.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'import.c') diff --git a/import.c b/import.c index 8d41c17..0364685 100644 --- a/import.c +++ b/import.c @@ -28,7 +28,7 @@ struct _canvasenvironment }; -static char *version = "$Revision: 1.1 $"; +static char *version = "$Revision: 1.2 $"; t_int import_instance_count; @@ -98,6 +98,9 @@ static void import_output(t_import* x) DEBUG(post("import_output");); char buffer[MAXPDSTRING]; +/* TODO: think about using x->x_current->nl_next so that if [import] is at + * the end of its list, and another element gets added to the local + * namespace, [import] will output the new element on the next bang. */ if(x->x_current) { post("current string: %s", x->x_current->nl_string); -- cgit v1.2.1