Define a new limit constant, that is the maximum length of the System.Language variable. It is 16 bytes.
[INTERPRETER] * NEW: Define a new limit constant, that is the maximum length of the System.Language variable. It is 16 bytes.
This commit is contained in:
parent
3cd80f118d
commit
7c808bbba3
1 changed files with 3 additions and 0 deletions
|
@ -99,5 +99,8 @@
|
|||
/* Maximum number of digits in a Float */
|
||||
#define MAX_FLOAT_DIGIT 15
|
||||
|
||||
/* Maximum length of the System.Language property */
|
||||
#define MAX_LANG 16
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue