comparison src/sunpro.c @ 4105:e91cf17f6ab7

[xemacs-hg @ 2007-08-08 18:06:11 by stephent] Fix build. <87y7j71ze2.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Wed, 08 Aug 2007 18:06:14 +0000
parents 04bc9d2f42c7
children 308d34e9f07d
comparison
equal deleted inserted replaced
4104:23d7fde3d773 4105:e91cf17f6ab7
18 along with XEmacs; see the file COPYING. If not, write to 18 along with XEmacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02111-1307, USA. */
21 21
22 /* Synched up with: Not in FSF. */ 22 /* Synched up with: Not in FSF. */
23
24 /* Commentary:
25
26 According to Paul Keusemann in <20070802140358.GA19566@visi.com>, this
27 feature probably still works as of 2007-08-02. However, that doesn't seem
28 reliable since there doesn't seem to be a way to configure it! */
23 29
24 #include <config.h> 30 #include <config.h>
25 #include "lisp.h" 31 #include "lisp.h"
26 32
27 /* #### 33 /* ####
49 #ifdef USAGE_TRACKING 55 #ifdef USAGE_TRACKING
50 (int nargs, Lisp_Object *args) 56 (int nargs, Lisp_Object *args)
51 #else 57 #else
52 (int UNUSED (nargs), Lisp_Object *UNUSED (args)) 58 (int UNUSED (nargs), Lisp_Object *UNUSED (args))
53 #endif 59 #endif
60 )
54 { 61 {
55 #ifdef USAGE_TRACKING 62 #ifdef USAGE_TRACKING
56 Lisp_Object xs; 63 Lisp_Object xs;
57 unsigned char *s; 64 unsigned char *s;
58 65