From be6a45069bcc163a69c2990b9f2d8bb57440fbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 25 May 2007 06:47:45 +0000 Subject: [PATCH] Statements: Moved 'IsName' from main to commoncheck --- Statements.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Statements.cpp b/Statements.cpp index 090087faf..e364bf4e1 100644 --- a/Statements.cpp +++ b/Statements.cpp @@ -2,6 +2,8 @@ #include "Statements.h" #include "tokenize.h" +#include "CommonCheck.h" // <- IsName + #include #include @@ -10,8 +12,6 @@ std::list Statements; extern bool Debug; -extern bool IsName(const char str[]); -