aboutsummaryrefslogtreecommitdiff
path: root/pd/src/s_main.c
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2007-01-20 04:06:07 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2007-01-20 04:06:07 +0000
commit9303c7e113a5527d58b814c7bb11db5dbdfba5a4 (patch)
tree68b35be6c79d927fd0ec2d1a7e14b877489cb3f0 /pd/src/s_main.c
parentc234ece0a90103013734b32193dbf558615bede9 (diff)
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
Diffstat (limited to 'pd/src/s_main.c')
-rw-r--r--pd/src/s_main.c1
1 files changed, 0 insertions, 1 deletions
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;