We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936e1c9 commit c085c3fCopy full SHA for c085c3f
YSI_Core/y_core/y_thirdpartyinclude.inc
@@ -339,7 +339,9 @@ Optional plugins:
339
//#endif
340
341
// Manually fix earlier versions.
342
-#undef u@
+#if !defined _INC_code_parse_inc
343
+ #undef u@
344
+#endif
345
#tryinclude "..\..\code-parse\code-parse"
346
#tryinclude <code-parse\code-parse>
347
#tryinclude "..\..\code-parse.inc\code-parse"
0 commit comments