diff -u -r teknap-1.4-org/source/irchandler.c teknap-1.4/source/irchandler.c --- teknap-1.4-org/source/irchandler.c 2001-09-19 18:57:48.000000000 +0200 +++ teknap-1.4/source/irchandler.c 2003-07-21 23:47:54.000000000 +0200 @@ -170,12 +170,6 @@ break; case 333: /* topic time */ break; -#if 0 -ωνω Numbered server stuff: "352 pana #opennap toasty bender.thirty4.com - irc.lightning.net Toasty_ H@ :2 Chad Boyda" (irc.core.com) - ωνω Numbered server stuff: "315 pana #opennap :End of /WHO list." - (irc.core.com) -#endif case 315: break; case 352: @@ -948,4 +942,4 @@ } from_server = ofs; } - \ No newline at end of file + Only in teknap-1.4/source: irchandler.o diff -u -r teknap-1.4-org/source/status.c teknap-1.4/source/status.c --- teknap-1.4-org/source/status.c 2001-01-17 22:20:21.000000000 +0100 +++ teknap-1.4/source/status.c 2003-07-21 23:43:32.000000000 +0200 @@ -38,7 +38,7 @@ * Maximum number of "%" expressions in a status line format. If you change * this number, you must manually change the sprintf() in make_status */ -#define STATUS_FUNCTION(x) static Char * ## x (Window *window, int map, int key) +#define STATUS_FUNCTION(x) Char * x (Window *window, int map, int key) #define MAX_FUNCTIONS 40 #define MAX_STATUS_USER 19