cc: fixes for Plan 9 build

<ctype.h> has been moved into <u.h>, specifically to be able to
drop it from these modules.

Will someone check platforms other than UBUNTU/386, please?

R=bsiegert, rsc
CC=golang-dev
https://golang.org/cl/4648078
This commit is contained in:
Lucio De Re 2011-07-13 16:01:29 -07:00 committed by Russ Cox
parent 8ba48fb5ca
commit 3f2cc8ba7e
3 changed files with 0 additions and 3 deletions

View File

@ -29,7 +29,6 @@
// THE SOFTWARE.
#include <u.h>
#include <ctype.h>
#include "cc.h"
#include "y.tab.h"

View File

@ -29,7 +29,6 @@
// THE SOFTWARE.
#include <u.h>
#include <ctype.h>
#include "cc.h"
#include "y.tab.h"

View File

@ -29,7 +29,6 @@
// THE SOFTWARE.
#include <u.h>
#include <ctype.h>
#include "cc.h"
#include "macbody"