diff --git a/src/preprocessor.h b/src/preprocessor.h index 19276f993b54a6df2edb764890ae38ce45431750..82779582a32387698047b089c2ad2c09cea063b9 100644 --- a/src/preprocessor.h +++ b/src/preprocessor.h @@ -1,5 +1,5 @@ /* - * $Id: preprocessor.h,v 1.19 2000/02/17 00:31:14 hubbe Exp $ + * $Id: preprocessor.h,v 1.20 2000/02/29 03:17:13 hubbe Exp $ * * Preprocessor template. * Based on cpp.c 1.45 @@ -1746,6 +1746,7 @@ static INT32 lower_cpp(struct cpp *this, continue; case '\\': + GOBBLE('\r'); /* Should we actually do anything here ? */ if(GOBBLE('\n')) { this->current_line++;