mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
10 lines
231 B
C
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 */
|