diff options
| author | Olly Betts <olly@survex.com> | 2015-06-03 12:25:03 +1200 |
|---|---|---|
| committer | Olly Betts <olly@survex.com> | 2015-06-03 12:25:03 +1200 |
| commit | da982d76d9a8da3bf8c2d03a0ef565895544f4ec (patch) | |
| tree | fa19726dbf355d720144db307885816279792688 /Source/Include | |
| parent | 678937db247e4fceadbdc8f68d2c1220fe6c9067 (diff) | |
| download | swig-issue-379-pythoncode-indent.tar.gz | |
Initial implementationissue-379-pythoncode-indent
Diffstat (limited to 'Source/Include')
| -rw-r--r-- | Source/Include/swigwarn.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Include/swigwarn.h b/Source/Include/swigwarn.h index 75ad5696d..bc54bc774 100644 --- a/Source/Include/swigwarn.h +++ b/Source/Include/swigwarn.h @@ -236,6 +236,10 @@ /* please leave 720-739 free for Scilab */ +#define WARN_PYTHON_INDENT_MISMATCH 740 + +/* please leave 740-759 free for Python */ + #define WARN_RUBY_WRONG_NAME 801 #define WARN_RUBY_MULTIPLE_INHERITANCE 802 |
