mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
remove va from commdef.h and fix the consequences
This commit is contained in:
parent
63fc732758
commit
d295f183ba
22 changed files with 28 additions and 7 deletions
|
@ -62,7 +62,4 @@ extern qboolean host_initialized; /* True if into command execution. */
|
|||
extern double realtime; /* Not bounded in any way, changed at
|
||||
start of every frame, never reset */
|
||||
|
||||
char *va(char *format, ...) __attribute__((format(printf,1,2)));
|
||||
// does a varargs printf into a temp buffer
|
||||
|
||||
#endif // _COMMDEF_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue