19991111-12:02 GMT+1

This commit is contained in:
Viktor Szakats
1999-11-11 11:14:50 +00:00
parent 9f282e1aaa
commit b5ccc564d4
3 changed files with 39 additions and 7 deletions

View File

@@ -161,11 +161,11 @@
* You can set here the maximum symbol name length handled by Harbour
* compiler and runtime. You can override this setting in the make process.
*
* By default this value is 128
* By default this value is 63
*/
#ifndef HB_SYMBOL_NAME_LEN
#define HB_SYMBOL_NAME_LEN 128
#define HB_SYMBOL_NAME_LEN 63
#endif
/* ***********************************************************************