Implement fallback handler that looks at the raw command buffer.
With database cinpilation not broken this time...
This commit is contained in:
parent
76527321b5
commit
79ef3e38c2
3 changed files with 16 additions and 5 deletions
2
main.h
2
main.h
|
@ -10,7 +10,7 @@ typedef struct lcg_state
|
|||
extern long ABB[], ATAB[], ATLOC[], BLKLIN, DFLAG, DLOC[], FIXED[], HOLDNG,
|
||||
KTAB[], *LINES, LINK[], LNLENG, LNPOSN,
|
||||
PARMS[], PLACE[], PTEXT[], RTEXT[], TABSIZ;
|
||||
extern signed char INLINE[LINESIZE+1], MAP1[], MAP2[];
|
||||
extern signed char rawbuf[LINESIZE], INLINE[LINESIZE+1], MAP1[], MAP2[];
|
||||
extern FILE *logfp;
|
||||
extern bool oldstyle;
|
||||
extern lcg_state lcgstate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue