diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2013-10-30 20:33:01 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2013-10-30 20:33:01 +0000 |
commit | 111a73c5e2fc053bc3465e6b20169b1f0693ac02 (patch) | |
tree | 10978de159b265520fdccf41a8ef27ebfc402538 /sbin | |
parent | 831c435a0741bbae4dc044eb53003a3f17331ca4 (diff) |
Make yystacksize unsigned to avoid a warning about sign comparision
mismatches. Also store the result of "yyssp - yyss" in a long, not
an int. We could use ptrdiff_t but don't want to rely on that type
being defined for portability on old systems without it. OK deraadt@
Diffstat (limited to 'sbin')
0 files changed, 0 insertions, 0 deletions