OSDN Git Service

(validate_else): Don't loop given `#endif /'.
authoreggert <eggert@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Feb 1996 03:55:32 +0000 (03:55 +0000)
committereggert <eggert@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Feb 1996 03:55:32 +0000 (03:55 +0000)
commitc6a7540da6cf4b9d066984d6feb362aee8da19dd
tree68d5093708d0332371f1d301ea5f1b1987288f7c
parent5c21b47020c2b4b2e322ef4e0d1ab15683ea3b50
(validate_else): Don't loop given `#endif /'.
Handle multiple adjacent backslash-newlines correctly.
Accept a new parameter LIMIT to specify end of input;
this prevents confusion when the input contains '\0' characters.

(collect_expansion): Fix off-by-1 error when searching for `*/'
at end of a comment used for traditional token concatenation.

(macarg1): Fix off-by-1 error when skipping past `*/'
at end of comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11330 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cccp.c