fix problem with yy_size_t vs int param to lexer_input
authorStephen M. Cameron <stephenmcameron@gmail.com>
Mon, 6 Oct 2014 22:58:32 +0000 (17:58 -0500)
committerJens Axboe <axboe@fb.com>
Tue, 7 Oct 2014 01:19:21 +0000 (19:19 -0600)
commitc9fa1c8d4cf41ea3b895cb68d5b4bc17e935d621
tree59776678d5d3d4d14e0cf611d77b52ac877b7239
parent0e9c21a29431e43cd73c83c13271ee6e94fe1328
fix problem with yy_size_t vs int param to lexer_input

BSD yacc uses "int" for this param, linux uses size_t

Signed-off-by: Jens Axboe <axboe@fb.com>
Makefile
exp/expression-parser.y