Skip to content

Commit c085c3f

Browse files
author
Y_Less
committed
Try detect earlier code-parse inclusions.
1 parent 936e1c9 commit c085c3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

YSI_Core/y_core/y_thirdpartyinclude.inc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,9 @@ Optional plugins:
339339
//#endif
340340

341341
// Manually fix earlier versions.
342-
#undef u@
342+
#if !defined _INC_code_parse_inc
343+
#undef u@
344+
#endif
343345
#tryinclude "..\..\code-parse\code-parse"
344346
#tryinclude <code-parse\code-parse>
345347
#tryinclude "..\..\code-parse.inc\code-parse"

0 commit comments

Comments
 (0)