? diff.out ? dobuild ? doconfig ? doconfig-cc ? doconfig-gcc ? doconfig.good ? config.out ? config.help ? mkinst ? mkout ? doit ? doit.out ? mkinst.1 ? stat.out ? upd.log ? src/sunpro.p ? src/doit Index: configure =================================================================== RCS file: /pack/xemacscvs/XEmacs/xemacs/configure,v retrieving revision 1.258 diff -r1.258 configure 21407a21408 > #include 21451a21453 > #include Index: src/sunpro.c =================================================================== RCS file: /pack/xemacscvs/XEmacs/xemacs/src/sunpro.c,v retrieving revision 1.3 diff -r1.3 sunpro.c 41a42 > int marker; 50c51 < (int nargs, Lisp_Object *args) --- > (int nargs, Lisp_Object *args)) 52c53 < (int UNUSED (nargs), Lisp_Object *UNUSED (args)) --- > (int UNUSED (nargs), Lisp_Object *UNUSED (args)))