summaryrefslogtreecommitdiff
path: root/utils/wordid.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/wordid.h')
-rw-r--r--utils/wordid.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/wordid.h b/utils/wordid.h
index fb50bcc1..714dcd0b 100644
--- a/utils/wordid.h
+++ b/utils/wordid.h
@@ -1,6 +1,12 @@
#ifndef _WORD_ID_H_
#define _WORD_ID_H_
+#include <limits>
+
typedef int WordID;
+//namespace {
+static const WordID null_wordid=std::numeric_limits<WordID>::max();
+//}
+
#endif