From 011312406096edae98aeb079a12932f2b720e10b Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 9 Dec 2002 18:30:29 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r284, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=285 --- pd/src/m_binbuf.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pd/src/m_binbuf.c') diff --git a/pd/src/m_binbuf.c b/pd/src/m_binbuf.c index 1398ad84..fab30baf 100644 --- a/pd/src/m_binbuf.c +++ b/pd/src/m_binbuf.c @@ -419,7 +419,7 @@ t_atom *binbuf_getvec(t_binbuf *x) int canvas_getdollarzero( void); -t_symbol *realizedollsym(t_symbol *s, int ac, t_atom *av, int tonew) /* IOhannes: not static any more */ +t_symbol *binbuf_realizedollsym(t_symbol *s, int ac, t_atom *av, int tonew) { int argno = atol(s->s_name), lastnum; char buf[MAXPDSTRING], c, *sp; @@ -475,7 +475,8 @@ void binbuf_eval(t_binbuf *x, t_pd *target, int argc, t_atom *argv) } else if (at->a_type == A_DOLLSYM) { - if (!(s = realizedollsym(at->a_w.w_symbol, argc, argv, 0))) + if (!(s = binbuf_realizedollsym(at->a_w.w_symbol, + argc, argv, 0))) { error("$%s: not enough arguments supplied", at->a_w.w_symbol->s_name); @@ -554,7 +555,7 @@ void binbuf_eval(t_binbuf *x, t_pd *target, int argc, t_atom *argv) } break; case A_DOLLSYM: - s9 = realizedollsym(at->a_w.w_symbol, argc, argv, + s9 = binbuf_realizedollsym(at->a_w.w_symbol, argc, argv, target == &pd_objectmaker); if (!s9) goto broken; -- cgit v1.2.1