many changes

This commit is contained in:
ceriel
1990-09-19 14:31:12 +00:00
parent 641a446f01
commit 1feeb94dbf
18 changed files with 730 additions and 207 deletions

View File

@@ -29,3 +29,7 @@
#define E_BAND 21 /* bitwise and */
#define E_BOR 22 /* bitwise or */
#define E_BXOR 23
#define E_BNOT 24
#define E_DERSELECT 25 /* -> in C */
#define E_LSFT 26
#define E_RSFT 27