From 9303c7e113a5527d58b814c7bb11db5dbdfba5a4 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 20 Jan 2007 04:06:07 +0000 Subject: improve error reporting for lists to inlets, and replace __BYTE_ORDER by BYTE_ORDER to fix compile failure on Mac. svn path=/trunk/; revision=7367 --- pd/src/s_main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pd/src/s_main.c') diff --git a/pd/src/s_main.c b/pd/src/s_main.c index a7156c20..ebaa661b 100644 --- a/pd/src/s_main.c +++ b/pd/src/s_main.c @@ -47,7 +47,6 @@ int sys_guisetportnumber; /* if started from the GUI, this is the port # */ 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; -- cgit v1.2.1