diff options
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -213,7 +213,9 @@ enum { struct Op { char *name; short argcls[2][4]; - int canfold; + uint canfold:1; + uint hasid:1; + uint idval:1; /* identity value 0/1 */ }; struct Ins { |
