Parent Directory
|
Revision Log
|
Patch
| revision 1.28 by gray, Thu Oct 2 10:28:30 2003 UTC | revision 1.29 by gray, Thu Oct 2 10:41:48 2003 UTC | |
|---|---|---|
| # | Line 601 names_done () | Line 601 names_done () |
| 601 | { | { |
| 602 | struct name const *cursor; | struct name const *cursor; |
| 603 | for (cursor = namelist; cursor; cursor = cursor->next) | for (cursor = namelist; cursor; cursor = cursor->next) |
| 604 | if (!cursor->found && !cursor->fake) | if (cursor->regexp || (!cursor->found && !cursor->fake)) |
| 605 | return false; | return false; |
| 606 | return true; | return true; |
| 607 | } | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |