/[MITgcm]/MITgcm/tools/cyrus-imapd-makedepend/parse.c
ViewVC logotype

Diff of /MITgcm/tools/cyrus-imapd-makedepend/parse.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by edhill, Wed Feb 25 18:19:54 2004 UTC revision 1.2 by jahn, Mon Apr 6 21:17:32 2009 UTC
# Line 82  find_includes(filep, file, file_red, rec Line 82  find_includes(filep, file, file_red, rec
82          register int    type;          register int    type;
83          boolean recfailOK;          boolean recfailOK;
84    
85          while (line = getline(filep)) {          while (line = getppline(filep)) {
86                  switch(type = deftype(line, filep, file_red, file, TRUE)) {                  switch(type = deftype(line, filep, file_red, file, TRUE)) {
87                  case IF:                  case IF:
88                  doif:                  doif:
# Line 204  gobble(filep, file, file_red) Line 204  gobble(filep, file, file_red)
204          register char   *line;          register char   *line;
205          register int    type;          register int    type;
206    
207          while (line = getline(filep)) {          while (line = getppline(filep)) {
208                  switch(type = deftype(line, filep, file_red, file, FALSE)) {                  switch(type = deftype(line, filep, file_red, file, FALSE)) {
209                  case IF:                  case IF:
210                  case IFFALSE:                  case IFFALSE:

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22