mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 00:20:59 +00:00
Merge a096f9cf69
into 10afd421f2
This commit is contained in:
commit
4756cd10c0
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ static void emitdefs(Nonterm nts, int ntnumber) {
|
|||
static void emitheader(void) {
|
||||
time_t timer = time(NULL);
|
||||
|
||||
print("/*\ngenerated at %sby %s\n*/\n", ctime(&timer), rcsid);
|
||||
print("/*\ngenerated by %s\n*/\n", rcsid);
|
||||
print("static void %Pkids(NODEPTR_TYPE, int, NODEPTR_TYPE[]);\n");
|
||||
print("static void %Plabel(NODEPTR_TYPE);\n");
|
||||
print("static int %Prule(void*, int);\n\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue