Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 021d197

Browse filesBrowse files
gengjiawenaddaleax
authored andcommitted
src: fix macro duplicate declaration in env.h
Signed-off-by: gengjiawen <technicalcute@gmail.com> PR-URL: #25703 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent fc38b20 commit 021d197
Copy full SHA for 021d197

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Collapse file

‎src/env.h‎

Copy file name to clipboardExpand all lines: src/env.h
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ class IsolateData {
403403
PER_ISOLATE_SYMBOL_PROPERTIES(VY)
404404
PER_ISOLATE_STRING_PROPERTIES(VS)
405405
#undef V
406+
#undef VY
406407
#undef VS
407408
#undef VP
408409

@@ -419,6 +420,7 @@ class IsolateData {
419420
PER_ISOLATE_SYMBOL_PROPERTIES(VY)
420421
PER_ISOLATE_STRING_PROPERTIES(VS)
421422
#undef V
423+
#undef VY
422424
#undef VS
423425
#undef VP
424426

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.