Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DDMD] Eliminate DMDV1/DMDV2 #4237

Merged
1 commit merged into from
Jan 3, 2015
Merged

[DDMD] Eliminate DMDV1/DMDV2 #4237

1 commit merged into from
Jan 3, 2015

Conversation

yebblies
Copy link
Member

@yebblies yebblies commented Jan 2, 2015

These are now only used in a single place each in the backend, and them in a frontend header no longer makes sense.

@yebblies yebblies added the DDMD label Jan 2, 2015
@ghost
Copy link

ghost commented Jan 2, 2015

Auto-merge toggled on

@yebblies
Copy link
Member Author

yebblies commented Jan 3, 2015

Thanks. What do you think about #4231?

ghost pushed a commit that referenced this pull request Jan 3, 2015
[DDMD] Eliminate DMDV1/DMDV2
@ghost ghost merged commit 521bf41 into dlang:master Jan 3, 2015
@@ -92,7 +92,7 @@ MMD=-MMD -MF $(basename $@).deps
# Default compiler flags for all source files
CFLAGS := $(WARNINGS) \
-fno-exceptions -fno-rtti \
-D__pascal= -DMARS=1 -DTARGET_$(OS_UPCASE)=1 -DDM_TARGET_CPU_$(TARGET_CPU)=1 \
-D__pascal= -DMARS=1 -DTARGET_$(OS_UPCASE)=1 -DDM_TARGET_CPU_$(TARGET_CPU)=1 -DDMDV2=1 \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This actually was never needed in the first place, neither the XCode, nor the Visual Studio projects defined this at all.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's only ever read in the elf code IIRC. So no, neither windows or osx need it.

@yebblies yebblies deleted the dmdv12 branch January 3, 2015 08:51
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants