diff options
| author | Russ Cox <rsc@swtch.com> | 2008-03-07 10:45:59 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2008-03-07 10:45:59 -0500 |
| commit | 734a96bd1691395765ceae0bf9afa86bda8ab07b (patch) | |
| tree | 5cb8eafe1b12ebdf759d268af47438ef054a39b0 /src/cmd/acme/edit.h | |
| parent | 7927fe8f9efb61c7bcdfc63997a4e785c97c53ef (diff) | |
| download | plan9port-734a96bd1691395765ceae0bf9afa86bda8ab07b.tar.gz plan9port-734a96bd1691395765ceae0bf9afa86bda8ab07b.zip | |
acme: sync against Plan 9, remove -$ option
Diffstat (limited to 'src/cmd/acme/edit.h')
| -rw-r--r-- | src/cmd/acme/edit.h | 4 |
1 files changed, 1 insertions, 3 deletions
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; }; |
