From ae1d1109068dc5cb67a557ca8405e06c460087e9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 13 Sep 2010 17:36:12 +0000 Subject: removed text to README.txt and set version svn path=/trunk/externals/import/; revision=14118 --- import.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'import.c') diff --git a/import.c b/import.c index f61c278..43f2227 100644 --- a/import.c +++ b/import.c @@ -1,13 +1,3 @@ -/* - * This object loads libraries and libdirs from within a patch. It is the - * first small step towards a patch-specific namespace. Currently, it just - * adds things to the global path. It is a reimplementation of a similar/same - * idea from Guenter Geiger's [using] object. - * - * This object currently depends on the packages/patches/libdir-0.38-4.patch - * for sys_load_lib_dir(). - */ - #include "m_pd.h" #include @@ -41,7 +31,7 @@ struct _canvasenvironment }; -static char *version = "$Revision: 1.2 $"; +static char *version = "1.3"; t_int import_instance_count; @@ -139,7 +129,7 @@ static void *import_new(t_symbol *s, int argc, t_atom *argv) if(import_instance_count == 0) { post("[import] %s",version); - post("\twritten by Hans-Christoph Steiner "); + post("\twritten by Hans-Christoph Steiner "); post("\tcompiled on "__DATE__" at "__TIME__ " "); post("\tcompiled against Pd version %d.%d.%d", PD_MAJOR_VERSION, PD_MINOR_VERSION, PD_BUGFIX_VERSION); -- cgit v1.2.1