Statements: Moved 'IsName' from main to commoncheck
This commit is contained in:
parent
3991ccab25
commit
be6a45069b
|
@ -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[]);
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue