scilab: use language specific warnings for too long identifier names

This commit is contained in:
Simon Marchetto 2014-07-21 12:47:27 +02:00
commit cc8b859162
2 changed files with 5 additions and 1 deletions

View file

@ -232,6 +232,10 @@
/* please leave 700-719 free for D */
#define WARN_SCILAB_TRUNCATED_NAME 720
/* please leave 720-739 free for Scilab */
#define WARN_RUBY_WRONG_NAME 801
#define WARN_RUBY_MULTIPLE_INHERITANCE 802