]> git.xonotic.org Git - xonotic/darkplaces.git/commit
The gcc 2.95 problem was in fact OP_STORE_V doing nasty things to numbers that were...
authorwarp <warp@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 27 Jan 2003 09:38:31 +0000 (09:38 +0000)
committerwarp <warp@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 27 Jan 2003 09:38:31 +0000 (09:38 +0000)
commit65c5c9c594e16a38c8eae6107ea2b93237a9367f
tree06d1c196383987401168a86438d4ac66c25ac878
parente86a872dd937facf8ccd8eaf815a6a732bc7acad
The gcc 2.95 problem was in fact OP_STORE_V doing nasty things to numbers that were not quite 'valid' floats, so we now just copy as ints.
This allows us to make the string handling /much/ cleaner again.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2704 d7cf8633-e32d-0410-b094-e92efae38249
pr_exec.c
pr_execprogram.h
progs.h