]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/lex.h
Ignore UTF-8 marker at the start of .conf files.
[bacula/bacula] / bacula / src / lib / lex.h
index 1a05225d0ea65a003674a0f113edbe0ebbcaf70f..bf0bd1aac1be5ed11a920f096fc099048b788ed2 100644 (file)
@@ -46,6 +46,8 @@
 #define T_COMMA                       111
 #define T_EOL                         112
 #define T_ERROR                       200
+#define T_UNICODE_MARK                201
+
 /*
  * The following will be returned only if
  * the appropriate expect flag has been set
@@ -69,7 +71,8 @@ enum lex_state {
    lex_identifier,
    lex_string,
    lex_quoted_string,
-   lex_include
+   lex_include,
+   lex_unicode_mark
 };
 
 /* Lex scan options */