Skip to content

Commit

Permalink
Move Pretty to different name to free up the Pretty name
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Jul 17, 2023
1 parent 1419416 commit df4fd2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
read.ml
write.ml
safe.ml
pretty.ml
prettyprint.ml
write2.ml
common.ml
util.ml
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions lib/yojson.cppo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "monomorphic.ml"
module Pretty =
struct
#include "pretty.ml"
#include "prettyprint.ml"
end
#include "write2.ml"
#undef INT
Expand All @@ -34,7 +34,7 @@ struct
#include "write.ml"
module Pretty =
struct
#include "pretty.ml"
#include "prettyprint.ml"
end
#include "monomorphic.ml"
#include "write2.ml"
Expand All @@ -61,7 +61,7 @@ struct
#include "write.ml"
module Pretty =
struct
#include "pretty.ml"
#include "prettyprint.ml"
end
#include "monomorphic.ml"
#include "write2.ml"
Expand Down Expand Up @@ -89,7 +89,7 @@ struct
#include "write.ml"
module Pretty =
struct
#include "pretty.ml"
#include "prettyprint.ml"
end
#include "monomorphic.ml"
#include "write2.ml"
Expand Down

0 comments on commit df4fd2c

Please sign in to comment.