two minor fixes from when I tried gcc 3.0. includes a trigraphs fix.

This commit is contained in:
Adam Olsen 2001-05-15 02:06:02 +00:00
parent d1f33ed6a6
commit 9de78a5d83
2 changed files with 2 additions and 1 deletions

View file

@ -153,7 +153,7 @@ SV_Progs_Init (void)
Cmd_AddCommand ("edict", ED_PrintEdict_f, "Report information on a given edict in the game. (edict (edict number))");
Cmd_AddCommand ("edicts", ED_PrintEdicts_f, "Display information on all edicts in the game.");
Cmd_AddCommand ("edictcount", ED_Count_f, "Display summary information on the edicts in the game.");
Cmd_AddCommand ("profile", PR_Profile_f, "FIXME: Report information about QuakeC Stuff (???) No Description");
Cmd_AddCommand ("profile", PR_Profile_f, "FIXME: Report information about QuakeC Stuff (?\?\?) No Description");
}
void

View file

@ -45,6 +45,7 @@
#include <stdio.h>
#include <vga.h>
#include <string.h>
#include "cmd.h"
#include "console.h"