=================================================================== RCS file: /cvs/texi2mdoc/extern.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- texi2mdoc/extern.h 2015/02/25 19:45:59 1.17 +++ texi2mdoc/extern.h 2015/02/28 00:03:20 1.18 @@ -1,4 +1,4 @@ -/* $Id: extern.h,v 1.17 2015/02/25 19:45:59 kristaps Exp $ */ +/* $Id: extern.h,v 1.18 2015/02/28 00:03:20 kristaps Exp $ */ /* * Copyright (c) 2015 Kristaps Dzonsons * @@ -317,6 +317,7 @@ struct texifile { size_t mapsz; /* size of map */ size_t mapmaxsz; /* full size of map */ size_t insplice; /* how many bytes left in splice */ + size_t depth; /* pasted macro recursive depth */ }; struct texi; @@ -426,8 +427,7 @@ void parseto(struct texi *, size_t *, const char *); void texiabort(struct texi *, const char *) __attribute__((noreturn)); enum texicmd - texicmd(struct texi *, size_t, - size_t *, struct teximacro **); + texicmd(struct texi *, size_t, size_t *, struct teximacro **); void texierr(struct texi *, const char *, ...) __attribute__((format(printf, 2, 3))) __attribute__((noreturn));