aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/C.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/C.mli')
-rw-r--r--cparser/C.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/C.mli b/cparser/C.mli
index d674afb8..cc8d4065 100644
--- a/cparser/C.mli
+++ b/cparser/C.mli
@@ -220,7 +220,7 @@ and stmt_desc =
and slabel =
| Slabel of string
- | Scase of exp
+ | Scase of exp * int64
| Sdefault
(** Declarations *)