diff options
| author | Valery Ushakov <uwe@stderr.spb.ru> | 2019-12-19 02:07:36 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2019-12-19 02:07:36 +0000 |
| commit | 8c6479d1d73b82a8a0bb407f9a508cab2832a067 (patch) | |
| tree | 89105fbc00489673f80d13a1f768ab04863cb973 /libinterp/tkmod.h | |
| parent | a4add4f40ff6df8dabad332f92c881d706d4ad18 (diff) | |
| parent | 1c493b630eaa66251f1d077a85568891a2b26cc4 (diff) | |
Merged in nbuwe/inferno-os/delete-generated-headers (pull request #1)
Delete generated files
Approved-by: Charles Forsyth <charles.forsyth@gmail.com>
Diffstat (limited to 'libinterp/tkmod.h')
| -rw-r--r-- | libinterp/tkmod.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libinterp/tkmod.h b/libinterp/tkmod.h deleted file mode 100644 index 0b8b97a0..00000000 --- a/libinterp/tkmod.h +++ /dev/null @@ -1,15 +0,0 @@ -typedef struct{char *name; long sig; void (*fn)(void*); int size; int np; uchar map[16];} Runtab; -Runtab Tkmodtab[]={ - "cmd",0x1ee9697,Tk_cmd,40,2,{0x0,0xc0,}, - "color",0xc6935858,Tk_color,40,2,{0x0,0x80,}, - "getimage",0x80bea378,Tk_getimage,40,2,{0x0,0xc0,}, - "keyboard",0x8671bae6,Tk_keyboard,40,2,{0x0,0x80,}, - "namechan",0x35182638,Tk_namechan,48,2,{0x0,0xe0,}, - "pointer",0x21188625,Tk_pointer,56,2,{0x0,0x80,}, - "putimage",0x2dc55622,Tk_putimage,48,2,{0x0,0xf0,}, - "quote",0xb2cd7190,Tk_quote,40,2,{0x0,0x80,}, - "rect",0x683e6bae,Tk_rect,48,2,{0x0,0xc0,}, - "toplevel",0x96ab1cc9,Tk_toplevel,40,2,{0x0,0xc0,}, - 0 -}; -#define Tkmodlen 10 |
