=================================================================== RCS file: /cvs/texi2mdoc/extern.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- texi2mdoc/extern.h 2015/03/01 16:57:39 1.23 +++ texi2mdoc/extern.h 2015/03/02 18:12:53 1.24 @@ -1,4 +1,4 @@ -/* $Id: extern.h,v 1.23 2015/03/01 16:57:39 kristaps Exp $ */ +/* $Id: extern.h,v 1.24 2015/03/02 18:12:53 kristaps Exp $ */ /* * Copyright (c) 2015 Kristaps Dzonsons * @@ -404,6 +404,7 @@ struct texi { int seenvs; /* newline has been Pp'd */ int ign; /* if >0, don't print anything */ int literal; /* if >0, literal context */ + int uppercase; /* if >0, uppercase */ }; #define BUF(_p) ((_p)->files[(_p)->filepos - 1].map)