summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acme/edit.h')
-rw-r--r--src/cmd/acme/edit.h4
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;
};