summaryrefslogtreecommitdiff
path: root/id.h
diff options
context:
space:
mode:
Diffstat (limited to 'id.h')
-rw-r--r--id.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/id.h b/id.h
index fa22d8c788..5869ebcc4e 100644
--- a/id.h
+++ b/id.h
@@ -25,6 +25,8 @@ extern ID idGT;
extern ID idGE;
extern ID idEq;
extern ID idEqq;
+extern ID idNeq;
+extern ID idNot;
extern ID idBackquote;
extern ID idEqTilde;
extern ID idThrowState;