diff options
Diffstat (limited to 'properties.l')
-rw-r--r-- | properties.l | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/properties.l b/properties.l index 653c358..73803fc 100644 --- a/properties.l +++ b/properties.l @@ -1,9 +1,5 @@ %{ -enum { - KEY = 1, - DIV, - VALUE -}; +#include "properties-parser.h" %} %% |