Browse Source

deanon: This now builds without -fplan9-extensions and with clang

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Ronald G. Minnich 8 years ago
parent
commit
474ef90415
2 changed files with 1 additions and 2 deletions
  1. 1 1
      sys/include/scribble.h
  2. 0 1
      sys/src/libcontrol/libcontrol.json

+ 1 - 1
sys/include/scribble.h

@@ -16,7 +16,7 @@ typedef struct Scribble Scribble;
 typedef struct graffiti Graffiti;
 
 typedef struct pen_point {
-	Point;
+	Point Point;
 	long	chaincode;
 } pen_point;
 

+ 0 - 1
sys/src/libcontrol/libcontrol.json

@@ -1,7 +1,6 @@
 {
 	"libcontrol": {
 		"Cflags": [
-		    "-fplan9-extensions",
 			"-Werror"
 		],
 		"Include": [