Removed superceded functions

git-svn-id: http://picoc.googlecode.com/svn/trunk@128 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
zik.saleeba 2009-02-28 20:01:58 +00:00
parent d6c73f42d4
commit 27c19b5e80

View file

@ -62,16 +62,6 @@ void PlatformExit()
#endif #endif
#ifdef SURVEYOR_HOST #ifdef SURVEYOR_HOST
/* exit with a message */
void ProgramFail(struct ParseState *Parser, const char *Message, ...)
{
}
/* exit lexing with a message */
void LexFail(struct LexState *Lexer, const char *Message, ...)
{
}
/* get a line of interactive input */ /* get a line of interactive input */
char *PlatformGetLine(char *Buf, int MaxLen) char *PlatformGetLine(char *Buf, int MaxLen)
{ {