quakeforge/libs/gamecode
Bill Currie a533761770 Nuke PR_GarbageCollect as it's both redundant with the new temp strings
and wrong anyway (could free strings it wasn't supposed to).

Don't free the string pointed to by a strref since it's already been
implicity freed (whole memory space nuked). Fixes new map crash.
2004-01-04 02:03:30 +00:00
..
builtins PR_GetString should have been returning const char *. now does 2003-11-21 21:34:53 +00:00
engine Nuke PR_GarbageCollect as it's both redundant with the new temp strings 2004-01-04 02:03:30 +00:00
.gitignore Shared library support. The util and gamecode libraries are now shared, 2001-03-29 09:07:44 +00:00
Makefile.am this should remove the requirement for gmake on bsd systems 2001-11-12 16:23:41 +00:00