Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Sep 17, 2024
1 parent 8a3b97a commit 9bcfa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compilerlib/pb_codegen_backend.ml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ let fix_ocaml_keyword_conflict s =
| "new" | "nonrec" | "object" | "of" | "open" | "or" | "private" | "rec"
| "sig" | "struct" | "then" | "to" | "true" | "try" | "type" | "unit" | "val"
| "virtual" | "when" | "while" | "with" | "mod" | "land" | "lor" | "lxor"
| "lsl" | "lsr" | "asr" | "option" | "list" | "string" | "int" | "float"
| "lsl" | "lsr" | "asr" | "option" | "list" | "string" | "int" | "float"
| "array" | "char" | "bytes" | "bool" | "nativeint" | "int32" | "int64" ->
s ^ "_"
| _ -> s
Expand Down

0 comments on commit 9bcfa6c

Please sign in to comment.