gcc/libcpp
Nathan Sidwell 082a7b2390 cpplib: Fix off-by-one error
I noticed a fencepost error in the preprocessor.  We should be
checking if the next char is at the limit, not the current char (which
can't be, because we're looking at it).

	libcpp/
	* lex.c (_cpp_clean_line): Fix DOS off-by-one error.
2020-11-03 08:49:25 -08:00
..
2020-07-21 00:16:28 +00:00
2020-11-02 20:53:00 +00:00
2020-01-01 12:51:42 +01:00
2020-01-20 05:39:59 -08:00
2020-11-03 06:03:11 -08:00
2020-11-03 08:49:25 -08:00
2020-01-01 12:51:42 +01:00
2020-11-03 05:16:19 -08:00
2020-01-01 12:51:42 +01:00
2020-05-19 13:23:47 -07:00
2020-01-01 12:51:42 +01:00
2020-01-01 12:51:42 +01:00