From fb95f8f94849db058a566cde134f52b5f50ddfcf Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 30 Jan 2012 03:44:35 +0000 Subject: post version message using verbose(0) svn path=/trunk/externals/unauthorized/; revision=15918 --- grid.c | 2 +- spigot~.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grid.c b/grid.c index a287aed..bfa4cec 100644 --- a/grid.c +++ b/grid.c @@ -674,7 +674,7 @@ static void grid_free(t_grid *x) void grid_setup(void) { - post ( grid_version ); + verbose(0, grid_version ); grid_class = class_new(gensym("grid"), (t_newmethod)grid_new, (t_method)grid_free, sizeof(t_grid), 0, A_GIMME, 0); class_addmethod(grid_class, (t_method)grid_click, gensym("click"), diff --git a/spigot~.c b/spigot~.c index fe54152..c11325c 100644 --- a/spigot~.c +++ b/spigot~.c @@ -65,7 +65,7 @@ static void spigot_set(t_spigot *x, t_float f) void spigot_tilde_setup(void) { - post ( spigot_version ); + verbose(0, spigot_version ); spigot_class = class_new(gensym("spigot~"), (t_newmethod)spigot_new, 0, sizeof(t_spigot), 0, 0); CLASS_MAINSIGNALIN( spigot_class, t_spigot, x_f ); -- cgit v1.2.1