diff options
Diffstat (limited to 'troff/tdef.h')
| -rw-r--r-- | troff/tdef.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/troff/tdef.h b/troff/tdef.h index 38620c4ede8a..434edd2f0e17 100644 --- a/troff/tdef.h +++ b/troff/tdef.h @@ -835,7 +835,7 @@ extern struct env { int _fi; int _cc; int _c2; - int _ohc; + size_t _ohc; int _tdelim; int _hyf; int _hyoff; @@ -922,11 +922,11 @@ extern struct env { int _wdhyf; tchar *_hyptr[NHYP]; int _tabtab[NTAB]; - int _sentch[NSENT]; - int _transch[NSENT]; - int _breakch[NSENT]; - int _nhych[NSENT]; - int _connectch[NSENT]; + size_t _sentch[NSENT]; + size_t _transch[NSENT]; + size_t _breakch[NSENT]; + size_t _nhych[NSENT]; + size_t _connectch[NSENT]; tchar *_line; tchar *_word; int *_wdpenal; |
