commit | c62a72fc604173651612b7d82295d03af11a551c | [log] [tgz] |
---|---|---|
author | David Sedlák <xsedla1d@stud.fit.vutbr.cz> | Wed Jul 17 14:59:26 2019 +0200 |
committer | David Sedlák <xsedla1d@stud.fit.vutbr.cz> | Wed Jul 17 14:59:26 2019 +0200 |
tree | 9e9d6d42f4f77d09c2bcca71e327ce064655b79c | |
parent | 69f0161373e6fe7a01d082ab0d18ea3149e4e6f0 [diff] |
common CHANGE move enumerations of YANG_POSITION and YANG_VALUE closer to each other
diff --git a/src/common.h b/src/common.h index 3ca8856..c3cf922 100644 --- a/src/common.h +++ b/src/common.h
@@ -285,7 +285,6 @@ YANG_OUTPUT, YANG_PATH, YANG_PATTERN, - YANG_POSITION, YANG_PREFIX, YANG_PRESENCE, YANG_RANGE, @@ -302,6 +301,7 @@ YANG_UNIQUE, YANG_UNITS, YANG_USES, + YANG_POSITION, YANG_VALUE, YANG_WHEN, YANG_YANG_VERSION,