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

Commits on Apr 21, 2012

  1. Added DEPR_STR macro to help plStringification.

    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.
    dpogue committed Apr 21, 2012
    Configuration menu
    Copy the full SHA
    526b3d9 View commit details
    Browse the repository at this point in the history