From a346d52dfffc44999d3f10226642f7baa9c5463b Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sun, 28 Nov 2004 21:20:43 +0000 Subject: unified "array" and "struct array" code. Vast changes to "g_array.c" and "g_template.c", and many smaller changes to various files. Not yet well tested. svn path=/trunk/; revision=2341 --- pd/src/m_pd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pd/src/m_pd.c') diff --git a/pd/src/m_pd.c b/pd/src/m_pd.c index 429799ef..c8bbf23e 100644 --- a/pd/src/m_pd.c +++ b/pd/src/m_pd.c @@ -293,6 +293,7 @@ void mess_init(void); void obj_init(void); void conf_init(void); void glob_init(void); +void garray_init(void); void pd_init(void) { @@ -300,5 +301,6 @@ void pd_init(void) obj_init(); conf_init(); glob_init(); + garray_init(); } -- cgit v1.2.1