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

Added DEPR_STR macro to help plStringification. #201

Closed
wants to merge 1 commit into from

Conversation

dpogue
Copy link
Member

@dpogue dpogue commented Apr 21, 2012

You pass this as the first argument to a function that should be deprecated in favour of a plString version.

By default, the macro expands to nothing; but you can set NO_OLD_STRINGS in CMake which will cause it to add a void* parameter, causing all calls to that function to break.

You pass this as the first argument to a function that should be
deprecated in favour of a plString version. By default, the macro
expands to nothing; but you can set NO_OLD_STRINGS in CMake which will
cause it to add a void* parameter, causing all calls to that function to
break.
@Hoikas
Copy link
Member

Hoikas commented Jun 17, 2012

This is a really cool porting tool but doesn't really belong in the mainline. I've made a note of this branch's existence on the github wiki just in case we need to find it in the future.

@Hoikas Hoikas closed this Jun 17, 2012
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