comparison src/doc.c @ 211:78478c60bfcd r20-4b4

Import from CVS: tag r20-4b4
author cvs
date Mon, 13 Aug 2007 10:05:51 +0200
parents 41ff10fd062f
children d44af0c54775
comparison
equal deleted inserted replaced
210:49f55ca3ba57 211:78478c60bfcd
605 } 605 }
606 else 606 else
607 { 607 {
608 /* Otherwise the function is undefined or 608 /* Otherwise the function is undefined or
609 otherwise weird. Ignore it. */ 609 otherwise weird. Ignore it. */
610 weird_function:
611 weird_doc (sym, GETTEXT ("weird function"), 610 weird_doc (sym, GETTEXT ("weird function"),
612 GETTEXT ("function"), pos); 611 GETTEXT ("function"), pos);
613 goto weird; 612 goto weird;
614 } 613 }
615 } 614 }