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