--- MITgcm/tools/cyrus-imapd-makedepend/parse.c 2004/02/25 18:19:54 1.1 +++ MITgcm/tools/cyrus-imapd-makedepend/parse.c 2009/04/06 21:17:32 1.2 @@ -82,7 +82,7 @@ register int type; boolean recfailOK; - while (line = getline(filep)) { + while (line = getppline(filep)) { switch(type = deftype(line, filep, file_red, file, TRUE)) { case IF: doif: @@ -204,7 +204,7 @@ register char *line; register int type; - while (line = getline(filep)) { + while (line = getppline(filep)) { switch(type = deftype(line, filep, file_red, file, FALSE)) { case IF: case IFFALSE: