Skip to content

Commit 3b35c50

Browse files
committed
timestamps
Dummy change fold files to affect the timestamps. Gets around issue with ocaml-tree in M1 macs
1 parent 4ce4f83 commit 3b35c50

File tree

7 files changed

+1414
-1218
lines changed

7 files changed

+1414
-1218
lines changed

jscomp/core/js_fold.ml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
2424

25+
2526
open J
2627

2728
let[@inline] unknown _self _ = _self

jscomp/core/js_record_fold.ml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
2424

25+
2526
open J
2627

2728
let[@inline] unknown _ st _ = st

jscomp/core/js_record_iter.ml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
2424

25+
2526
open J
2627

2728
let unknown _ _ = ()

jscomp/core/js_record_map.ml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
2424

25+
2526
open J
2627

2728
let[@inline] unknown _ x = x

0 commit comments

Comments
 (0)