Make the lexer not depend on locale
authorPetri Lehtinen <petri@digip.org>
Thu, 9 Jul 2009 18:48:04 +0000 (21:48 +0300)
committerPetri Lehtinen <petri@digip.org>
Mon, 13 Jul 2009 18:45:11 +0000 (21:45 +0300)
commit13c7ad32199869836977882f390d896e9cbd1b68
tree0ce6478185554f39f70839cb65e57b2486158170
parent68e948f567717eac2be6841d89b20de84592352f
Make the lexer not depend on locale

... by not using isalpha() and isspace(). While at it, fix some other
minor things.
src/load.c