moving ctype.h and stdio.h includes after u.h include for plan9 (issue 47)

This commit is contained in:
Alex Shinn 2010-03-30 22:07:37 +09:00
parent 71821fc95a
commit f1040180f4

View file

@ -14,9 +14,6 @@ extern "C" {
#include "chibi/features.h"
#include "chibi/install.h"
#include <ctype.h>
#include <stdio.h>
#if SEXP_USE_DL
#ifndef __MINGW32__
#include <dlfcn.h>
@ -40,6 +37,9 @@ typedef unsigned long size_t;
#include <math.h>
#endif
#include <ctype.h>
#include <stdio.h>
/* tagging system
* bits end in 00: pointer
* 01: fixnum