-revert janderwalds change until because it breaks the gcc 4.x build
[reactos.git] / reactos / base / applications / utils / sdkparse / iskeyword.h
1 // iskeyword.h
2
3 #ifndef ISKEYWORD_H
4 #define ISKEYWORD_H
5
6 bool iskeyword ( const std::string& ident );
7
8 #endif//ISKEYWORD_H