| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-09-07 22:09:57 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-09-07 22:09:57 +0200 | 
| commit | 0c685c17ffc3141929c0b6d90779c2e4dea0435d (patch) | |
| tree | d9da7917b5d94843f00b39746d0dae5df653bfb7 /glyph/global.m4.conf | |
| parent | 2977ba409868632b8282761e10c75d05c6aac33f (diff) | |
Adds family IDs to glyphs.
Diffstat (limited to 'glyph/global.m4.conf')
| -rw-r--r-- | glyph/global.m4.conf | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/glyph/global.m4.conf b/glyph/global.m4.conf index 60f3714..bad97f8 100644 --- a/glyph/global.m4.conf +++ b/glyph/global.m4.conf @@ -12,7 +12,8 @@ m4_define(`__GLYPH_ERLANG_STYLE',`from_id (<<"`$1'">>) ->     {        id = <<"$1">>,        name = <<"$2">>, -      omnimods = __OMNIMODS($3, $4, $5) +      family_id = <<"$3">>, +      omnimods = __OMNIMODS($4, $5, $6)     };  ')m4_dnl  m4_define(`__GLYPH_USE_ERLANG_STYLE',`__GLYPH_CHOOSE_STYLE(`__GLYPH_ERLANG_STYLE')')m4_dnl @@ -23,7 +24,8 @@ m4_define(`__GLYPH_JSON_STYLE',`   {        "msg": "add_glyph",        "id": "$1",        "nam": "$2", -      "omni": __OMNIMODS($3, $4, $5) +      "fam": "$3", +      "omni": __OMNIMODS($4, $5, $6)     },  ')m4_dnl  m4_define(`__GLYPH_USE_JSON_STYLE',`__GLYPH_CHOOSE_STYLE(`__GLYPH_JSON_STYLE')')m4_dnl | 


