diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-01-31 18:02:00 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-01-31 18:02:00 +0000 |
| commit | 145055cac3c58870baed8f04ea9a0f81798a956c (patch) | |
| tree | 31584fc641f4944ea2e39dd15d60daa1d6cea1e6 | |
| parent | b44f7c76d22e945b4cb3d647ccaed1938600cc87 (diff) | |
20080131-1809
| -rw-r--r-- | emu/Nt/ie-win.c | 3 | ||||
| -rw-r--r-- | include/version.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/emu/Nt/ie-win.c b/emu/Nt/ie-win.c index 93abc4d4..74282dd5 100644 --- a/emu/Nt/ie-win.c +++ b/emu/Nt/ie-win.c @@ -216,8 +216,9 @@ clipread(void) return nil; } -void +int clipwrite(char *p) { USED(p); + return -1; { diff --git a/include/version.h b/include/version.h index 6472d09a..792e85d0 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20080130)" +#define VERSION "Fourth Edition (20080131)" |
