]> granicus.if.org Git - apache/commit
Remove some 'register' in variable declaration.
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 14 Jul 2014 08:13:24 +0000 (08:13 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 14 Jul 2014 08:13:24 +0000 (08:13 +0000)
commit3e6f39ae931637ca1bbcb0cd1c7af43f552d39df
tree41c8d13d2fa46f01a276200d60ab4da567ac76c6
parent7cf93d2df8cd093184dc0ab270fd0df9b6798dd4
Remove some 'register' in variable declaration.
Save a few cycles by calling 'apr_isalnum' instead of 'apr_isalpha' and 'apr_isdigit'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1610353 13f79535-47bb-0310-9956-ffa450edef68
server/util.c