Statements: Moved 'IsName' from main to commoncheck

This commit is contained in:
Daniel Marjamäki 2007-05-25 06:47:45 +00:00
parent 3991ccab25
commit be6a45069b
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,8 @@
#include "Statements.h"
#include "tokenize.h"
#include "CommonCheck.h" // <- IsName
#include <iostream>
#include <sstream>
@ -10,8 +12,6 @@ std::list<STATEMENT> Statements;
extern bool Debug;
extern bool IsName(const char str[]);