yin parser CHANGE split yin_parse_enum_bit into two simpler functions
diff --git a/src/common.h b/src/common.h
index fe2a755..eabc1cb 100644
--- a/src/common.h
+++ b/src/common.h
@@ -306,6 +306,7 @@
     YANG_OUTPUT,
     YANG_PATH,
     YANG_PATTERN,
+    YANG_POSITION,
     YANG_PREFIX,
     YANG_PRESENCE,
     YANG_RANGE,
@@ -322,7 +323,6 @@
     YANG_UNIQUE,
     YANG_UNITS,
     YANG_USES,
-    YANG_POSITION,
     YANG_VALUE,
     YANG_WHEN,
     YANG_YANG_VERSION,