CVSROOT:        /cvs
Module name:    src
Changes by:     mill...@cvs.openbsd.org 2013/10/30 14:33:00

Modified files:
        usr.bin/yacc   : skeleton.c 

Log message:
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@

Reply via email to