Implement -d option.

This commit is contained in:
Eric S. Raymond 2023-03-29 16:18:34 -04:00
parent 286556f885
commit d388877c1b
3 changed files with 9 additions and 1 deletions

1
main.h
View file

@ -13,4 +13,5 @@ extern long ABB[], ATAB[], ATLOC[], BLKLIN, DFLAG, DLOC[], FIXED[], HOLDNG,
extern signed char rawbuf[LINESIZE], INLINE[LINESIZE+1], MAP1[], MAP2[];
extern FILE *logfp;
extern bool oldstyle;
extern int debug;
extern lcg_state lcgstate;