Skip to content

Comments

Add 'objc' global param, inline Objective-C initialization into mars.c#4813

Closed
ibuclaw wants to merge 1 commit intodlang:masterfrom
ibuclaw:objc
Closed

Add 'objc' global param, inline Objective-C initialization into mars.c#4813
ibuclaw wants to merge 1 commit intodlang:masterfrom
ibuclaw:objc

Conversation

@ibuclaw
Copy link
Member

@ibuclaw ibuclaw commented Jul 12, 2015

I'll do this as a primer (but honestly, the original PR should have been done this way).

I can't use objc.c to test out Objective-C support without providing a useless stub for objc_initSymbols. Moving it to mars.c is fine because GDC doesn't use this file (has a different entrypoint for compilation).

Copy link
Contributor

Choose a reason for hiding this comment

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

The Objective-C support is enabled if the makefile variable D_OBJC is enabled.

@ibuclaw
Copy link
Member Author

ibuclaw commented Jan 24, 2016

Ping? Objc support is still an invasive addition at last check. Has the flat functions been objectified yet?

@jacob-carlborg
Copy link
Contributor

Has the flat functions been objectified yet?

No.

@ibuclaw
Copy link
Member Author

ibuclaw commented Apr 29, 2017

I guess this should be closed now.

@ibuclaw ibuclaw closed this Apr 29, 2017
@ibuclaw ibuclaw deleted the objc branch April 29, 2017 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants