Moved to gedcom subdirectory.
[gedcom-parse.git] / gedcom_hilo.lex
index 418802ba75457757a1d66c1384bc9cf6a34e995f..5c674a7a17287cbabb4537f9450797a8293fabe3 100644 (file)
@@ -16,6 +16,8 @@
 %{
 #undef IN_LEX    /* include only a specific part of the following file */
 #include "gedcom_lex_common.c"
+  
+static size_t encoding_width = 2;
 %}
 
 %s NORMAL
@@ -49,7 +51,7 @@ ACTION_BEFORE_REGEXPS
   
 %}
 
-<INITIAL>{gen_delim}* /* ignore leading whitespace (also tabs) */
+<INITIAL>{gen_delim}*    ACTION_INITIAL_WHITESPACE
 
 <INITIAL>\x00[0]{digit}+ ACTION_0_DIGITS