apparmor/parser/libapparmor_re/regexp.h
2007-02-27 02:29:16 +00:00

10 lines
231 B
C

#ifndef __REGEXP_H
#define __REGEXP_H
/**
* Flex file format, but without state compression and with negative
* match results in the YYTD_ID_DEF table instead.
*/
#define YYTH_REGEXP_MAGIC 0x1B5E783D
#endif /* __REGEXP_H */