diff options
| author | rsc <devnull@localhost> | 2004-03-25 23:03:57 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-03-25 23:03:57 +0000 |
| commit | 8ad517944e46710ab832350c0dc3fc4e9239f7e2 (patch) | |
| tree | 7b99a1833e1b303719c2aac75e3f7e82482b42ab /src/cmd/acme/dat.h | |
| parent | cb27443abf3d6af6ab52377c71c843e619928433 (diff) | |
| download | plan9port-8ad517944e46710ab832350c0dc3fc4e9239f7e2.tar.gz plan9port-8ad517944e46710ab832350c0dc3fc4e9239f7e2.zip | |
Today's changes.
More changes.
Diffstat (limited to 'src/cmd/acme/dat.h')
| -rw-r--r-- | src/cmd/acme/dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index 94cfa383..338a1ff8 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -543,5 +543,6 @@ Channel *mouseexit1; /* chan(int) */ Channel *cexit; /* chan(int) */ Channel *cerr; /* chan(char*) */ Channel *cedit; /* chan(int) */ +Channel *cwarn; /* chan(void*)[1] (really chan(unit)[1]) */ #define STACK 32768 |
