#ifndef WORD_ID_H_ #define WORD_ID_H_ #include typedef int WordID; //namespace { static const WordID null_wordid=std::numeric_limits::max(); //} #endif