Mercurial > hg > xemacs-beta
comparison src/doc.c @ 26:441bb1e64a06 r19-15b96
Import from CVS: tag r19-15b96
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:32 +0200 |
parents | 859a2309aef8 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
25:383a494979f8 | 26:441bb1e64a06 |
---|---|
419 } | 419 } |
420 | 420 |
421 static void | 421 static void |
422 weird_doc (Lisp_Object sym, CONST char *weirdness, CONST char *type, int pos) | 422 weird_doc (Lisp_Object sym, CONST char *weirdness, CONST char *type, int pos) |
423 { | 423 { |
424 #if defined(ENERGIZE) || defined(SUNPRO) /* hide kludgery... */ | 424 /*#if defined(ENERGIZE) || defined(SUNPRO)*/ /* hide kludgery... */ |
425 /* (for everyone) */ | |
425 if (!strcmp (weirdness, GETTEXT ("duplicate"))) return; | 426 if (!strcmp (weirdness, GETTEXT ("duplicate"))) return; |
426 #endif | 427 /*#endif*/ |
427 message ("Note: Strange doc (%s) for %s %s @ %d", | 428 message ("Note: Strange doc (%s) for %s %s @ %d", |
428 weirdness, type, string_data (XSYMBOL (sym)->name), pos); | 429 weirdness, type, string_data (XSYMBOL (sym)->name), pos); |
429 } | 430 } |
430 | 431 |
431 | 432 |