index for builtin number - so pf_fixme can give more usable info
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@100 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3b31362435
commit
403fbd6f56
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ struct progfuncs_s {
|
||||||
struct qcthread_s *(*Fork) (progfuncs_t *prinst);
|
struct qcthread_s *(*Fork) (progfuncs_t *prinst);
|
||||||
void (*RunThread) (progfuncs_t *prinst, struct qcthread_s *thread);
|
void (*RunThread) (progfuncs_t *prinst, struct qcthread_s *thread);
|
||||||
void (*AbortStack) (progfuncs_t *prinst);
|
void (*AbortStack) (progfuncs_t *prinst);
|
||||||
|
|
||||||
|
int lastcalledbuiltinnumber;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct progexterns_s {
|
typedef struct progexterns_s {
|
||||||
|
|
Loading…
Reference in a new issue