Skip to content

Commit

Permalink
roff.h: increase the maximum number of tab stops to 32
Browse files Browse the repository at this point in the history
Suggested by Dirk-Wilhelm Peters <[email protected]>.
  • Loading branch information
aligrudi committed Aug 31, 2021
1 parent a3377da commit 6ea4a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roff.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define NPREV 16 /* environment stack depth */
#define NTRAPS 1024 /* number of traps per page */
#define NIES 128 /* number of nested .ie commands */
#define NTABS 16 /* number of tab stops */
#define NTABS 32 /* number of tab stops */
#define NCMAPS 512 /* number of character translations (.tr) */
#define NSSTR 32 /* number of nested sstr_push() calls */
#define NFIELDS 32 /* number of fields */
Expand Down

0 comments on commit 6ea4a26

Please sign in to comment.