diff options
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); |