/[make]/make/read.c
ViewVC logotype

Diff of /make/read.c

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

revision 1.147 by psmith, Sat Jun 25 23:00:17 2005 UTC revision 1.148 by psmith, Mon Jun 27 01:01:07 2005 UTC
# Line 800  eval (struct ebuffer *ebuf, int set_defa Line 800  eval (struct ebuffer *ebuf, int set_defa
800            int noerror = (p[0] != 'i');            int noerror = (p[0] != 'i');
801    
802            p = allocated_variable_expand (p2);            p = allocated_variable_expand (p2);
803    
804              /* If no filenames, it's a no-op.  */
805            if (*p == '\0')            if (*p == '\0')
806              {              continue;
               error (fstart,  
                      _("no file name for `%sinclude'"), noerror ? "-" : "");  
               continue;  
             }  
807    
808            /* Parse the list of file names.  */            /* Parse the list of file names.  */
809            p2 = p;            p2 = p;

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148

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