diff --git a/src/cpp.c b/src/cpp.c index 92e05e01077e6cb8ca14897ff50aefa5f2c7ee92..1d44e40bfb7177bc4906c38c2e907c37ebeea393 100644 --- a/src/cpp.c +++ b/src/cpp.c @@ -5,7 +5,7 @@ \*/ /* - * $Id: cpp.c,v 1.35 1999/02/22 00:25:42 grubba Exp $ + * $Id: cpp.c,v 1.36 1999/02/22 15:22:24 grubba Exp $ */ #include "global.h" /* #include "dynamic_buffer.h" */ @@ -871,6 +871,7 @@ static INT32 low_cpp(struct cpp *this, case 'l': if(WGOBBLE("line")) { + /* FIXME: Why not use SKIPSPACE()? */ while(data[pos]==' ' || data[pos]=='\t') pos++; }else{ goto unknown_preprocessor_directive;