Block free/used for NTFS working
[virt-df.git] / lib / diskimage_lvm2_parser.mly
index f6d942f..700f222 100644 (file)
@@ -31,7 +31,7 @@
 %token EQ                              /* = */
 %token COMMA                           /* , */
 %token <string> STRING                 /* "string" */
-%token <int64> INT                     /* an integer */
+%token <Int63.t> INT                   /* an integer */
 %token <float> FLOAT                   /* a float */
 %token <string> IDENT                  /* a naked keyword/identifier */
 %token EOF                             /* end of file */