Remove haveSelf include feature
authorRan Benita <ran234@gmail.com>
Wed, 18 Jul 2012 13:30:55 +0000 (16:30 +0300)
committerRan Benita <ran234@gmail.com>
Wed, 18 Jul 2012 17:40:33 +0000 (20:40 +0300)
commit861e6a17512285061a8c9ba2c1b03f86fe2875ab
tree273b2f912a09ce90d6203e7f4028dc8a2d85fc61
parent730c2bc34f28e3a2f42f1f6201b98368b3d70196
Remove haveSelf include feature

When including a file from another file, its possible to do something
like this:
    include "+some(other)+files"
with the "+" or "|" in the beginning. What will happen then is that
instead of processing the include files separately and then merging into
the existing info, we instead start with the existing info and merge
into it as we go, as if it was written explicitly before the first "+".

It's not particulary clear what this may be useful for. Since it's not
used by xkeyboard-config, not documented anywhere (and google doesn't
bring up anything), completely untested and kind of ugly, remove this
"feature". It most likely never been used.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/compat.c
src/xkbcomp/keycodes.c
src/xkbcomp/keytypes.c
src/xkbcomp/parseutils.c
src/xkbcomp/path.c
src/xkbcomp/symbols.c