X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fdfa.h;h=be348080fd251d97e5132da7cc2e99a5c71d2dee;hb=facded78072e8ebbe652a6cc94b529fad014b184;hp=55c74563ce92c8a23992d57c84120d5ddfc5f694;hpb=f03a35208f8b0fb19b79708c60153f6e522c1074;p=idzebra-moved-to-github.git diff --git a/include/dfa.h b/include/dfa.h index 55c7456..be34808 100644 --- a/include/dfa.h +++ b/include/dfa.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: dfa.h,v $ - * Revision 1.3 1995-01-24 16:01:30 adam + * Revision 1.4 1995-01-25 11:31:04 adam + * Simple error reporting when parsing regular expressions. + * + * Revision 1.3 1995/01/24 16:01:30 adam * Added -ansi to CFLAGS. * New functions and change of data structures. * @@ -64,4 +67,8 @@ extern int dfa_verbose; extern unsigned short dfa_thompson_chars[], dfa_ccl_chars[]; + +#define DFA_ERR_SYNTAX 1 +#define DFA_ERR_LP 2 +#define DFA_ERR_RP 3 #endif