=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- mandoc/html.h 2010/12/20 13:07:55 1.33 +++ mandoc/html.h 2010/12/22 11:15:16 1.34 @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.33 2010/12/20 13:07:55 kristaps Exp $ */ +/* $Id: html.h,v 1.34 2010/12/22 11:15:16 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -49,6 +49,7 @@ enum htmltag { TAG_B, TAG_I, TAG_U, + TAG_CODE, TAG_MAX };