mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-19 18:56:21 -06:00
pre now does case insensitive matching if case_sensitive=off is set
This commit is contained in:
@@ -17,6 +17,9 @@ void texticmp(PgfText *t1, PgfText *t2, int res[2]);
|
||||
PGF_INTERNAL_DECL
|
||||
bool textstarts(PgfText *t, PgfText *prefix);
|
||||
|
||||
PGF_INTERNAL
|
||||
bool textistarts(PgfText *t, PgfText *prefix);
|
||||
|
||||
PGF_INTERNAL_DECL
|
||||
PgfText* string2text(const char *s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user