make progs type checking optional at configure time. still defaults to on.

This commit is contained in:
Bill Currie 2001-06-08 00:11:54 +00:00
parent b2cd7c6c36
commit 05cf89dd5d
4 changed files with 11 additions and 2 deletions

View file

@ -157,7 +157,7 @@ typedef struct
extern sv_fields_t sv_fields;
#if 1
#if TYPECHECK_PROGS
#define SVFIELD(e,f,t) E_var (e, PR_AccessField (&sv_pr_state, #f, ev_##t, __FILE__, __LINE__), t)
#else
#define SVFIELD(e,f,t) E_var (e, sv_fields.f, t)