--- parser.y | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/parser.y b/parser.y index 93966e7..cf1ca33 100644 --- a/parser.y +++ b/parser.y @@ -1486,6 +1486,8 @@ parse_xkbconfig (char *xkbdir, char *xkbkeymapfile, char *xkbkeymap) if (xkbkeymap) skip_to_sectionname (xkbkeymap, XKBKEYMAP); + else + skip_to_defaultsection(); } else /* Use defaults. */ { -- 1.7.2
- [PATCH 0/8] Bring console-driver-xkb up to date Diego Nieto Cid
- [PATCH 1/8] Update the parser to work with curren... Diego Nieto Cid
- Re: [PATCH 1/8] Update the parser to work wit... olafBuddenhagen
- Re: [PATCH 1/8] Update the parser to work Diego Nieto Cid
- [PATCH 1/5] Add type to $$ in mid-rul... Diego Nieto Cid
- [PATCH 2/5] Lexer support for keycode... Diego Nieto Cid
- [PATCH 4/5] Update key type assigment... Diego Nieto Cid
- [PATCH 3/5] Skip to main file's defau... Diego Nieto Cid
- [PATCH 5/5] Recreate xkb/keymap/hurd ... Diego Nieto Cid
- [PATCH 8/8] Use vfprintf in debug_printf and writ... Diego Nieto Cid
- Re: [PATCH 8/8] Use vfprintf in debug_printf ... olafBuddenhagen
- [PATCH 3/8] Rule vmod returns an int with the vmo... Diego Nieto Cid
- [PATCH 5/8] Update code borrowed from console-cli... Diego Nieto Cid
- [PATCH 2/8] Avoid hashing garbage for short keyna... Diego Nieto Cid
- Re: [PATCH 2/8] Avoid hashing garbage for sho... olafBuddenhagen
- Re: [PATCH 2/8] Avoid hashing garbage for... Diego Nieto Cid
- Re: [PATCH 2/8] Avoid hashing garbage... olafBuddenhagen
- Re: [PATCH 2/8] Avoid hashing garbage... Carl Fredrik Hammar