Mercurial > hg > xemacs-beta
comparison src/doc.c @ 217:d44af0c54775 r20-4b7
Import from CVS: tag r20-4b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:08:34 +0200 |
parents | 78478c60bfcd |
children | 262b8bb4a523 |
comparison
equal
deleted
inserted
replaced
216:43306a74e31c | 217:d44af0c54775 |
---|---|
392 } | 392 } |
393 | 393 |
394 static void | 394 static void |
395 weird_doc (Lisp_Object sym, CONST char *weirdness, CONST char *type, int pos) | 395 weird_doc (Lisp_Object sym, CONST char *weirdness, CONST char *type, int pos) |
396 { | 396 { |
397 /*#if defined(ENERGIZE) || defined(SUNPRO)*/ /* hide kludgery... */ | |
398 /* (for everyone) */ | |
399 if (!strcmp (weirdness, GETTEXT ("duplicate"))) return; | 397 if (!strcmp (weirdness, GETTEXT ("duplicate"))) return; |
400 /*#endif*/ | |
401 message ("Note: Strange doc (%s) for %s %s @ %d", | 398 message ("Note: Strange doc (%s) for %s %s @ %d", |
402 weirdness, type, string_data (XSYMBOL (sym)->name), pos); | 399 weirdness, type, string_data (XSYMBOL (sym)->name), pos); |
403 } | 400 } |
404 | 401 |
405 | 402 |