Update of /cvsroot/pure-data/packages/patches In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5886
Added Files: remove_redundant_sys_externlist-0.39.2.patch Log Message: remove extra declaration that causes linker problems when all the optimizations are turned on
--- NEW FILE: remove_redundant_sys_externlist-0.39.2.patch --- Index: s_main.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_main.c,v retrieving revision 1.20.2.1 diff -u -w -r1.20.2.1 s_main.c --- s_main.c 19 Dec 2006 05:55:44 -0000 1.20.2.1 +++ s_main.c 19 Dec 2006 06:01:58 -0000 @@ -47,7 +47,6 @@ char *sys_guicmd; t_symbol *sys_libdir; static t_symbol *sys_guidir; -t_namelist *sys_externlist; static t_namelist *sys_openlist; static t_namelist *sys_messagelist; static int sys_version;