X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=dfa%2Fdfap.h;fp=dfa%2Fdfap.h;h=2b7dbda2806e3129954153e45fa075768e08f3da;hb=e27ce02d4d96ac2b8220134c837c53cfef8eba23;hp=b158d8412faf00f5ae86b54ce1dab484a0256fbf;hpb=7da4d91df144b6a2d08c87a0a5c111da83f5fd2e;p=idzebra-moved-to-github.git diff --git a/dfa/dfap.h b/dfa/dfap.h index b158d84..2b7dbda 100644 --- a/dfa/dfap.h +++ b/dfa/dfap.h @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: dfap.h,v $ - * Revision 1.2 1995-01-25 11:30:50 adam + * Revision 1.3 1996-01-08 09:09:19 adam + * Function dfa_parse got 'const' string argument. + * New functions to define char mappings made public. + * + * Revision 1.2 1995/01/25 11:30:50 adam * Simple error reporting when parsing regular expressions. * Memory usage reduced. * @@ -29,6 +33,8 @@ struct DFA_parse { int max_Tnode; /* allocated Tnodes */ struct Tblock *start; /* start block of Tnodes */ struct Tblock *end; /* end block of Tnodes */ + int *charMap; + int charMapSize; }; typedef struct DFA_stateb_ {