| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-10-05 15:41:46 +0200 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-10-05 15:41:46 +0200 |
| commit | 58beb12cd745ae3537703b736fb6a3513b78ebd6 (patch) | |
| tree | 661ea287e9a6dce1886d62028e71d092e1eef84b /glyph | |
| parent | 9175edfe1d66f28365b6b7c5a83da5541d28d446 (diff) | |
Working on the addition of glyphs & their boards.
Diffstat (limited to 'glyph')
| -rw-r--r-- | glyph/global.m4.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glyph/global.m4.conf b/glyph/global.m4.conf index 1987df8..4afc3c0 100644 --- a/glyph/global.m4.conf +++ b/glyph/global.m4.conf @@ -7,10 +7,10 @@ m4_define(`__GLYPH_CHOOSE_STYLE', m4_dnl m4_dnl m4_dnl -m4_define(`__GLYPH_ERLANG_STYLE',`from_id (`$1') -> +m4_define(`__GLYPH_ERLANG_STYLE',`from_id (<<"`$1'">>) -> #glyph { - id = $1, + id = <<"$1">>, name = <<"$2">>, omnimods = __OMNIMODS($3, $4, $5, $6) }; |


