24 lines
720 B
Diff
24 lines
720 B
Diff
From ed7f9760db1aa5a6e404441d759642d05cfb9a17 Mon Sep 17 00:00:00 2001
|
|
From: lizhuo <lizhuo@xfusion.com>
|
|
Date: Thu, 17 Apr 2025 17:33:28 +0800
|
|
Subject: [PATCH] typo-in-optimization-annotation
|
|
|
|
---
|
|
src/csexp.ml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/csexp.ml b/src/csexp.ml
|
|
index 78bfa2b..2b2270d 100644
|
|
--- a/src/csexp.ml
|
|
+++ b/src/csexp.ml
|
|
@@ -233,7 +233,7 @@ module Make (Sexp : Sexp) = struct
|
|
match Stack.add_token x stack with
|
|
| exception Parse_error msg -> Error (pos, msg)
|
|
| stack -> k s (pos + 1) len lexer stack)
|
|
- [@@inlined always]
|
|
+ [@@inline always]
|
|
|
|
let parse_string =
|
|
let rec loop s pos len lexer stack =
|
|
--
|
|
2.33.0
|