mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
more alpha portability fixes
This commit is contained in:
parent
95fe4d07b1
commit
12a0a10d33
4 changed files with 27 additions and 27 deletions
|
@ -183,11 +183,11 @@ void PR_GarbageCollect (progs_t *pr);
|
|||
void PR_Debug_Init (void);
|
||||
void PR_Debug_Init_Cvars (void);
|
||||
pr_auxfunction_t *PR_Get_Lineno_Func (progs_t *pr, pr_lineno_t *lineno);
|
||||
unsigned long PR_Get_Lineno_Addr (progs_t *pr, pr_lineno_t *lineno);
|
||||
unsigned long PR_Get_Lineno_Line (progs_t *pr, pr_lineno_t *lineno);
|
||||
pr_lineno_t *PR_Find_Lineno (progs_t *pr, unsigned long addr);
|
||||
unsigned int PR_Get_Lineno_Addr (progs_t *pr, pr_lineno_t *lineno);
|
||||
unsigned int PR_Get_Lineno_Line (progs_t *pr, pr_lineno_t *lineno);
|
||||
pr_lineno_t *PR_Find_Lineno (progs_t *pr, unsigned int addr);
|
||||
const char *PR_Get_Source_File (progs_t *pr, pr_lineno_t *lineno);
|
||||
const char *PR_Get_Source_Line (progs_t *pr, unsigned long addr);
|
||||
const char *PR_Get_Source_Line (progs_t *pr, unsigned int addr);
|
||||
ddef_t *PR_Get_Local_Def (progs_t *pr, int offs);
|
||||
void PR_DumpState (progs_t *pr);
|
||||
void PR_StackTrace (progs_t * pr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue