cpqw support. set sv_progs_ext to "cpcw" to activate its mapping

This commit is contained in:
Bill Currie 2007-04-06 13:59:05 +00:00 committed by Jeff Teunissen
parent f6924f35e5
commit 15e17b7c42
5 changed files with 787 additions and 3 deletions

View file

@ -179,6 +179,7 @@ extern struct progs_s sv_pr_state;
#define PR_RANGE_ID 0x0000
#define PR_RANGE_ID_MAX 82
#define PR_RANGE_QWE 0x0001
#define PR_RANGE_CPQW 0x0002
#if TYPECHECK_PROGS
#define SVFIELD(e,f,t) E_var (e, PR_AccessField (&sv_pr_state, #f, ev_##t, __FILE__, __LINE__), t)