Merge branch 'vendor/BYACC'
[dragonfly.git] / lib / libc / tre-regex / tre.h
1 #ifndef TRE_H
2 #define TRE_H 1
3
4 #define RE_MAGIC  ((('r'^0200)<<8) | 'e')
5
6 #include "regex.h"
7
8 #endif