diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2005-11-21 22:16:37 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2005-11-21 22:16:37 +0000 |
commit | c2014a0a771e621cec552c6ee88daddcb46d13fe (patch) | |
tree | 183540090b25920599d86cddfa03e37cefe45dec /shared/unstable/fragile.c | |
parent | a1ef2f36df1754e1146a8ed50c9ac6a1b0f33697 (diff) |
cyclone alpha55 (see notes.txt for cyclone and shared)
svn path=/trunk/externals/miXed/; revision=4011
Diffstat (limited to 'shared/unstable/fragile.c')
-rw-r--r-- | shared/unstable/fragile.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shared/unstable/fragile.c b/shared/unstable/fragile.c index e65e6d4..82d5065 100644 --- a/shared/unstable/fragile.c +++ b/shared/unstable/fragile.c @@ -10,6 +10,12 @@ #include "unstable/pd_imp.h" #include "unstable/fragile.h" +/* this one rather belongs to fringe.c... */ +t_symbol *fragile_class_getexterndir(t_class *c) +{ + return (c->c_externdir); +} + int fragile_class_count(void) { return (pd_objectmaker->c_nmethod); |