Mercurial > hg > xemacs-beta
diff src/sunpro.c @ 20:859a2309aef8 r19-15b93
Import from CVS: tag r19-15b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:50:05 +0200 |
parents | 0293115a14e9 |
children |
line wrap: on
line diff
--- a/src/sunpro.c Mon Aug 13 08:49:44 2007 +0200 +++ b/src/sunpro.c Mon Aug 13 08:50:05 2007 +0200 @@ -39,19 +39,14 @@ #include <ut.h> #endif -DEFUN ("ut-log-text", - Fut_log_text, - Sut_log_text, - 1, MANY, 0 /* +DEFUN ("ut-log-text", Fut_log_text, 1, MANY, 0, /* Log a usage-tracking message if `usage-tracking' is non-nil. Args are the same as to `format'. Returns whether the message was actually logged. If usage-tracking support was not compiled in, this function has no effect and always returns `nil'. See function `has-usage-tracking-p'. -*/ ) - (nargs, args) - int nargs; - Lisp_Object *args; +*/ + (int nargs, Lisp_Object *args)) { #ifdef USAGE_TRACKING Lisp_Object xs; @@ -78,7 +73,7 @@ void syms_of_sunpro (void) { - defsubr (&Sut_log_text); + DEFSUBR (Fut_log_text); } void