/[global]/global/libutil/xargs.c
ViewVC logotype

Diff of /global/libutil/xargs.c

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

revision 1.6 by h-iwamoto, Sun Nov 6 09:21:49 2005 UTC revision 1.7 by shigio, Mon Nov 7 12:17:49 2005 UTC
# Line 131  repeat_find_next(void) Line 131  repeat_find_next(void)
131          char *path = (p);\          char *path = (p);\
132          length = strlen(path);\          length = strlen(path);\
133          if (*path == ' ') {\          if (*path == ' ') {\
134                  if (!test("b", ++path))\                  if (!test("b", ++path) && xp->put_gpath)\
135                          gpath_put(path, 1);\                          gpath_put(path, GPATH_OTHER);\
136                  continue;\                  continue;\
137          }\          }\
138          if (strbuf_getlen(comline) + length > limit)\          if (strbuf_getlen(comline) + length > limit)\
139                  break;\                  break;\
140          xp->seqno++;\          xp->seqno++;\
141          if (xp->put_gpath)\          if (xp->put_gpath)\
142                  gpath_put(path, 0);\                  gpath_put(path, GPATH_SOURCE);\
143          if (xp->skip_assembly && locatestring(path, ".s", MATCH_AT_LAST|IGNORE_CASE) != NULL) {\          if (xp->skip_assembly && locatestring(path, ".s", MATCH_AT_LAST|IGNORE_CASE) != NULL) {\
144                  if (xp->verbose)\                  if (xp->verbose)\
145                          xp->verbose(path + 2, xp->seqno, 1);\                          xp->verbose(path + 2, xp->seqno, 1);\

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26