1
0
forked from 0ad/0ad

Just changed minor things

This was SVN commit r30.
This commit is contained in:
Gee 2003-11-05 22:37:53 +00:00
parent b5ec2ceec3
commit 3ae62ab4a6
2 changed files with 3 additions and 10 deletions

View File

@ -1,6 +1,6 @@
// last modified Thursday, May 08, 2003
#include "parser.h"
#include "Parser.h"
#pragma warning(disable:4786)
using namespace std;
@ -9,10 +9,6 @@ using namespace std;
// Macros
//-------------------------------------------------
#if 1
# define for if(false); else for
#endif // MSVC
#define REGULAR_MAX_LENGTH 10
#define START_DYNAMIC '<'
#define END_DYNAMIC '>'
@ -1009,7 +1005,4 @@ _bool CParser::InputTaskType(const string& strName, const string& strSyntax)
}
return !Error;
}
/* End of PARSER.CPP
******************************************************************************/
}

View File

@ -18,7 +18,7 @@ will exist, and it's up to the system to figure out which one acquired.
--More Info--
TODO: Write URL of documentation
http://forums.wildfiregames.com/0ad/index.php?showtopic=134
*/