Commit 3f2cc8ba authored by Lucio De Re's avatar Lucio De Re Committed by Russ Cox

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
parent 8ba48fb5
......@@ -29,7 +29,6 @@
// THE SOFTWARE.
#include <u.h>
#include <ctype.h>
#include "cc.h"
#include "y.tab.h"
......
......@@ -29,7 +29,6 @@
// THE SOFTWARE.
#include <u.h>
#include <ctype.h>
#include "cc.h"
#include "y.tab.h"
......
......@@ -29,7 +29,6 @@
// THE SOFTWARE.
#include <u.h>
#include <ctype.h>
#include "cc.h"
#include "macbody"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment