Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21631/src
Modified Files: Tag: devel_0_38 s_path.c Log Message: sys_argparse prototype also for MSW
Index: s_path.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_path.c,v retrieving revision 1.3.4.1 retrieving revision 1.3.4.2 diff -C2 -d -r1.3.4.1 -r1.3.4.2 *** s_path.c 5 Nov 2004 14:27:47 -0000 1.3.4.1 --- s_path.c 7 Nov 2004 11:14:15 -0000 1.3.4.2 *************** *** 360,363 **** --- 360,365 ---- deprecated in favor of the "settings" mechanism */
+ int sys_argparse(int argc, char **argv); + #ifndef MSW
*************** *** 365,370 **** #define NUMARGS 1000
- int sys_argparse(int argc, char **argv); - int sys_rcfile(void) { --- 367,370 ----