=================================================================== RCS file: /cvs/mandoc/mandoc.h,v retrieving revision 1.45 retrieving revision 1.46 diff -u -p -r1.45 -r1.46 --- mandoc/mandoc.h 2011/01/03 13:59:21 1.45 +++ mandoc/mandoc.h 2011/01/03 23:53:51 1.46 @@ -1,6 +1,6 @@ -/* $Id: mandoc.h,v 1.45 2011/01/03 13:59:21 kristaps Exp $ */ +/* $Id: mandoc.h,v 1.46 2011/01/03 23:53:51 schwarze Exp $ */ /* - * Copyright (c) 2010 Kristaps Dzonsons + * Copyright (c) 2010, 2011 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -75,6 +75,7 @@ enum mandocerr { /* related to missing macro arguments */ MANDOCERR_MACROEMPTY, /* skipping empty macro */ + MANDOCERR_ARGCWARN, /* argument count wrong */ MANDOCERR_DISPTYPE, /* missing display type */ MANDOCERR_LISTFIRST, /* list type must come first */ MANDOCERR_NOWIDTHARG, /* tag lists require a width argument */