Skip to content

Commit edf5f0b

Browse files
committed
simplify patchfile
1 parent 9a153e6 commit edf5f0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/sol2/fix_for_clang.patch

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Common subdirectories: a/.bcr and b/.bcr
2-
Common subdirectories: a/.github and b/.github
31
diff -u a/include/sol/function_types_stateless.hpp b/include/types/function_types_stateless.hpp
42
--- a/include/sol/function_types_stateless.hpp
53
+++ b/include/sol/function_types_stateless.hpp
@@ -17,4 +15,4 @@ diff -u a/include/sol/function_types_stateless.hpp b/include/types/function_type
1715
+ {
1816
int nr;
1917
if constexpr (no_trampoline) {
20-
nr = real_call(L);
18+
nr = real_call(L);

0 commit comments

Comments
 (0)