newer version

This commit is contained in:
ceriel
1986-05-30 18:48:00 +00:00
parent cb9213bf8c
commit 1fcd61aa36
23 changed files with 586 additions and 320 deletions

View File

@@ -41,3 +41,6 @@ extern struct node *MkNode();
#define HASSELECTORS 2
#define VARIABLE 4
#define VALUE 8
#define IsCast(lnd) ((lnd)->nd_class == Def && is_type((lnd)->nd_def))
#define IsProcCall(lnd) ((lnd)->nd_type->tp_fund == T_PROCEDURE)