X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrverscmp.c;h=573e43391d62e05e5ce52f9a0c1c34266a31566d;hb=96f023c5e537dd4afbdb294de7065f65effe3eb2;hp=e958a055af222eaafa247164ec187e44f440cad1;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/strverscmp.c b/lib/strverscmp.c index e958a055a..573e43391 100644 --- a/lib/strverscmp.c +++ b/lib/strverscmp.c @@ -15,8 +15,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, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + with this program; if not, see . */ #if !_LIBC # include @@ -43,7 +42,7 @@ - It's typically faster. POSIX says that only '0' through '9' are digits. Prefer ISDIGIT to isdigit unless it's important to use the locale's definition - of `digit' even when the host does not conform to POSIX. */ + of "digit" even when the host does not conform to POSIX. */ #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) #undef __strverscmp