X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fc-incpath.c;h=40406124e5ba1fa53e07409c914fff7ce1d80f28;hb=92264cad834c0a11f72bee1702460d1500871471;hp=b141c078e1abbacd2d57d488945cbaa08839b9ec;hpb=26aa705947405e6aea26bc506105c30c155fcaa7;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/c-incpath.c b/gcc/c-incpath.c index b141c078e1a..40406124e5b 100644 --- a/gcc/c-incpath.c +++ b/gcc/c-incpath.c @@ -1,6 +1,6 @@ /* Set up combined include path chain for the preprocessor. Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Broken out of cppinit.c and cppfiles.c and rewritten Mar 2003. @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" #include "system.h" @@ -332,7 +332,7 @@ add_path (char *path, int chain, int cxx_aware, bool user_supplied_p) #if defined (HAVE_DOS_BASED_FILE_SYSTEM) /* Convert all backslashes to slashes. The native CRT stat() - function does not recognise a directory that ends in a backslash + function does not recognize a directory that ends in a backslash (unless it is a drive root dir, such "c:\"). Forward slashes, trailing or otherwise, cause no problems for stat(). */ char* c;