Skip to content

Commit

Permalink
temporary rename runtime-common's regex-functions.cpp -> regex-functi…
Browse files Browse the repository at this point in the history
…ons-common.cpp (#1194)
  • Loading branch information
apolyakov authored Dec 18, 2024
1 parent 6f81360 commit 21279bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime-common/stdlib/stdlib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ prepend(STDLIB_ARRAY stdlib/array/ array-functions.cpp)
prepend(STDLIB_MATH stdlib/math/ math-functions.cpp)
prepend(STDLIB_SERIALIZATION stdlib/serialization/ json-functions.cpp
json-writer.cpp serialize-functions.cpp)
prepend(STDLIB_STRING stdlib/string/ mbstring-functions.cpp regex-functions.cpp
string-functions.cpp)
prepend(STDLIB_STRING stdlib/string/ mbstring-functions.cpp
regex-functions-common.cpp string-functions.cpp)
prepend(STDLIB_SERVER stdlib/server/ url-functions.cpp)

set(STDLIB_SRC ${STDLIB_ARRAY} ${STDLIB_MATH} ${STDLIB_SERIALIZATION}
Expand Down

0 comments on commit 21279bb

Please sign in to comment.