1
0
Fork 0
libreoffice/external/firebird/c++26.patch
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

11 lines
310 B
Diff

--- src/jrd/SimilarToMatcher.h
+++ src/jrd/SimilarToMatcher.h
@@ -1455,7 +1455,7 @@
gds__log("%d, %s", state, debugText.c_str());
#endif
-#define ENCODE_OP_STATE(op, state) ((op) | (state))
+#define ENCODE_OP_STATE(op, state) (+(op) | (state))
// Go directly to op and state with a single switch.