]> granicus.if.org Git - re2c/commit
Replaced "YYHAS (n)" with "YYEOI (n)".
authorUlya Trofimovich <skvadrik@gmail.com>
Sun, 18 Jan 2015 14:12:16 +0000 (14:12 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Sun, 18 Jan 2015 14:12:16 +0000 (14:12 +0000)
commitccbbcaafd90c2045f5bf9a1381a9d2affd9aeeb9
tree4039e68f7afcafdeff7c90d8c2074b4b5d97375e
parent46b9058de058ede07cff8c503dace53261e00105
Replaced "YYHAS (n)" with "YYEOI (n)".

The actual meaning of this primitive is to check if
there's not enough characters left in the input stream,
e.g. "(YYLIMIT - YYCURSOR) < n" or whatever else.
re2c/code.cc
re2c/input_api.cc
re2c/input_api.h
re2c/test/input_custom_default.--input(custom).c
re2c/test/input_custom_default.--input(custom).re
re2c/test/input_custom_fgetc.--input(custom).c
re2c/test/input_custom_fgetc.--input(custom).re
re2c/test/input_custom_istringstream.--input(custom).c
re2c/test/input_custom_istringstream.--input(custom).re