提交 a770c2ab 编写于 作者: J Jim Meyering

* src/xml.c: Include "c-ctype.h".

上级 c1ee35af
Fri May 16 11:29:30 CEST 2008 Jim Meyering <meyering@redhat.com>
* src/xml.c: Include "c-ctype.h".
start using c-ctype functions
Up to now, we've been avoiding ctype functions like isspace, isdigit,
etc. because they are locale-dependent. Now that we have the c-ctype
......
......@@ -21,6 +21,7 @@
#include <xs.h>
#endif
#include <math.h> /* for isnan() */
#include "c-ctype.h"
#include "internal.h"
#include "hash.h"
#include "sexpr.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册