Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dlang/dmd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 31e5a5fa2950b182bdf23f4720bf6404b82c0ed8
Choose a base ref
..
head repository: dlang/dmd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b271673c170880e24dfc98141e6d3478d6f0680a
Choose a head ref
Showing with 2 additions and 3 deletions.
  1. +2 −3 src/dmd/frontend.h
5 changes: 2 additions & 3 deletions src/dmd/frontend.h
Original file line number Diff line number Diff line change
@@ -171,9 +171,8 @@ enum class LINK : uint8_t
c = 2u,
cpp = 3u,
windows = 4u,
pascal = 5u,
objc = 6u,
system = 7u,
objc = 5u,
system = 6u,
};

class LinkDeclaration;