Skip to content

Commit 1d60794

Browse files
gengjiawendanbev
authored andcommitted
src: fix macro duplicate declaration in env.h
Signed-off-by: gengjiawen <[email protected]> PR-URL: #25703 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent acc5a86 commit 1d60794

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/env.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ class IsolateData {
405405
PER_ISOLATE_SYMBOL_PROPERTIES(VY)
406406
PER_ISOLATE_STRING_PROPERTIES(VS)
407407
#undef V
408+
#undef VY
408409
#undef VS
409410
#undef VP
410411

@@ -421,6 +422,7 @@ class IsolateData {
421422
PER_ISOLATE_SYMBOL_PROPERTIES(VY)
422423
PER_ISOLATE_STRING_PROPERTIES(VS)
423424
#undef V
425+
#undef VY
424426
#undef VS
425427
#undef VP
426428

0 commit comments

Comments
 (0)