X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fclasspath.c;h=268c27922e3cb8433b8895044321e53edc551335;hb=c50edd6462eaaae00f8549f9bad99d4e68b94376;hp=6510d603668f494c82a05db7806c2b1f08e15366;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/classpath.c b/lib/classpath.c index 6510d6036..268c27922 100644 --- a/lib/classpath.c +++ b/lib/classpath.c @@ -1,5 +1,5 @@ /* Java CLASSPATH handling. - Copyright (C) 2001-2003, 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2009-2013 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify @@ -34,7 +34,7 @@ /* Separator in PATH like lists of pathnames. */ #if ((defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__) || defined __EMX__ || defined __DJGPP__ - /* Win32, OS/2, DOS */ + /* Native Windows, OS/2, DOS */ # define PATH_SEPARATOR ';' #else /* Unix */