Skip to content

Commit 52161cd

Browse files
Add fresh_label to signature
1 parent f8c8fe4 commit 52161cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cil.mli

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2654,6 +2654,8 @@ val endsWith: string -> string -> bool
26542654
(** If string has leading and trailing __, strip them. *)
26552655
val stripUnderscores: string -> string
26562656

2657+
(** To generate new labels which do not provoke collision *)
2658+
val freshLabel: string -> string
26572659

26582660
(** {b An Interpreter for constructing CIL constructs} *)
26592661

0 commit comments

Comments
 (0)