From 734a96bd1691395765ceae0bf9afa86bda8ab07b Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 7 Mar 2008 10:45:59 -0500 Subject: acme: sync against Plan 9, remove -$ option --- src/cmd/acme/edit.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/cmd/acme/edit.h') diff --git a/src/cmd/acme/edit.h b/src/cmd/acme/edit.h index 211d58a2..2320ee51 100644 --- a/src/cmd/acme/edit.h +++ b/src/cmd/acme/edit.h @@ -65,11 +65,9 @@ struct List /* code depends on a long being able to hold a pointer */ int nused; union{ void *listptr; - Block *blkptr; - long *longptr; + void* *ptr; uchar* *ucharptr; String* *stringptr; - File* *fileptr; } u; }; -- cgit v1.2.3