Imported Upstream version 1.6.0
[platform/upstream/augeas.git] / src / pathx.c
index 5e69767..bebbf78 100644 (file)
@@ -184,7 +184,7 @@ struct value {
     enum type tag;
     union {
         struct nodeset  *nodeset;     /* T_NODESET */
-        int              number;      /* T_NUMBER  */
+        int64_t          number;      /* T_NUMBER  */
         char            *string;      /* T_STRING  */
         bool             boolval;     /* T_BOOLEAN */
         struct regexp   *regexp;      /* T_REGEXP  */