diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-07 18:34:28 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-07 18:34:28 +0200 |
commit | 4e81aab690a17910e221af2a7eeaf6f2309524ac (patch) | |
tree | 8d2e6e09f7825b1de407d3542ef60cbd6a8dd2ab /sys/src/libaml | |
parent | 62f6d1bc431b95f42d1ddc635d4c45e631010884 (diff) |
libaml: create \_GL name object
Diffstat (limited to 'sys/src/libaml')
-rw-r--r-- | sys/src/libaml/aml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/libaml/aml.c b/sys/src/libaml/aml.c index e24499f4a..22201b4bd 100644 --- a/sys/src/libaml/aml.c +++ b/sys/src/libaml/aml.c @@ -1753,6 +1753,7 @@ amlinit(void){ getname(amlroot, "_SB", 1); getname(amlroot, "_TZ", 1); getname(amlroot, "_SI", 1); + getname(amlroot, "_GL", 1); if(n = getname(amlroot, "_REV", 1)) n->v = mki(2); |