ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / uemacs / static-forward-decl.patch
blob8a7fde1238e7d1335f93cc01a7b0079948f8c875
1 --- main.c.orig 1994-05-21 03:41:03.000000000 -0700
2 +++ main.c 2007-05-17 10:14:48.000000000 -0700
3 @@ -84,6 +84,12 @@
4 #include <signal.h>
5 #endif
7 +#if UNIX
8 + static void emergencyexit();
9 +#ifdef SIGWINCH
10 + extern void sizesignal();
11 +#endif
13 #if CALLED
14 emacs(argc, argv)
15 #else
16 @@ -121,12 +127,6 @@
17 int (*getbind())();
18 int (*execfunc)(); /* ptr to function to execute */
19 #endif
21 -#if UNIX
22 - static void emergencyexit();
23 -#ifdef SIGWINCH
24 - extern void sizesignal();
25 -#endif
26 #endif
28 #if PKCODE & VMS