Is #663 - Add language limit for 'Haiku' gcc 2.95
This commit is contained in:
parent
723c28afb3
commit
a33520ad85
|
@ -22,12 +22,13 @@
|
|||
|
||||
/**
|
||||
* This structure type provides universal access to all of Tidy's strings.
|
||||
* Note arbitrary limit of 256, to be changed if more...
|
||||
*/
|
||||
typedef struct {
|
||||
Bool manually_set;
|
||||
languageDefinition *currentLanguage;
|
||||
languageDefinition *fallbackLanguage;
|
||||
languageDefinition *languages[];
|
||||
languageDefinition *languages[256];
|
||||
} tidyLanguagesType;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue