2021-07-08 21:59:50 +00:00
|
|
|
#ifndef __GTK_COMPOSE_DATA__
|
|
|
|
#define __GTK_COMPOSE_DATA__
|
|
|
|
|
|
|
|
#define MAX_SEQ_LEN 5
|
|
|
|
#define N_INDEX_SIZE 30
|
2021-08-30 09:54:43 +00:00
|
|
|
#define DATA_SIZE 16477
|
2021-07-29 20:36:25 +00:00
|
|
|
#define N_CHARS 1241
|
2021-07-08 21:59:50 +00:00
|
|
|
|
|
|
|
#endif
|