]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Removed inline from function Con_Rcon_AddChar due to MSVC8 (Visual Studio 2005) not...
authordresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 9 Jul 2007 00:02:55 +0000 (00:02 +0000)
committerdresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 9 Jul 2007 00:02:55 +0000 (00:02 +0000)
commitedc6c79f26f05d4f00d5a121a182dc0a39b482aa
tree86cac58d2a6010c79360cc421599c7b54cb62cfb
parentb424d41c54e434e1806620ff36e2df5e178b47ab
Removed inline from function Con_Rcon_AddChar due to MSVC8 (Visual Studio 2005) not supporting the C99 standard (which supports inline).  Potential future compiler check for feature.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7475 d7cf8633-e32d-0410-b094-e92efae38249
console.c