diff options
author | Dan Gudmundsson <[email protected]> | 2012-10-16 13:17:52 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2013-01-09 11:41:40 +0100 |
commit | aaaf448d6ad8c7a77571258f0f6a966259d72ab7 (patch) | |
tree | 6aa662e56279f6c758ad1f97715082a73157fdbf /lib/wx/.gitignore | |
parent | 5382426b0fb7fe5e6bd452015436eb3e7c689f31 (diff) | |
download | otp-aaaf448d6ad8c7a77571258f0f6a966259d72ab7.tar.gz otp-aaaf448d6ad8c7a77571258f0f6a966259d72ab7.tar.bz2 otp-aaaf448d6ad8c7a77571258f0f6a966259d72ab7.zip |
wx: Fix code generation bugs
Removed defines that is void, i.e.
-defined(FOO, ?NEVER_DEFINED_VALUE).
Also removed wxSTC:sendMsg/[2|3]
which was wrong before and breaks code generation with new doxygen.
Diffstat (limited to 'lib/wx/.gitignore')
-rw-r--r-- | lib/wx/.gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/wx/.gitignore b/lib/wx/.gitignore index 0fa427bfe5..960c76a779 100644 --- a/lib/wx/.gitignore +++ b/lib/wx/.gitignore @@ -1,4 +1,5 @@ test_log_* wx_test_case_info -api_gen/gl_man? -doc/html/*
\ No newline at end of file +doc/html/* +%% Don't delete links to man src when git clean -dfX +%% api_gen/gl_man? |