summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-10-05 15:41:46 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-10-05 15:41:46 +0200
commit58beb12cd745ae3537703b736fb6a3513b78ebd6 (patch)
tree661ea287e9a6dce1886d62028e71d092e1eef84b
parent9175edfe1d66f28365b6b7c5a83da5541d28d446 (diff)
Working on the addition of glyphs & their boards.
-rw-r--r--glyph/global.m4.conf4
-rw-r--r--glyph_board/global.m4.conf4
2 files changed, 4 insertions, 4 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)
};
diff --git a/glyph_board/global.m4.conf b/glyph_board/global.m4.conf
index 3c09db0..a4456fc 100644
--- a/glyph_board/global.m4.conf
+++ b/glyph_board/global.m4.conf
@@ -9,10 +9,10 @@ m4_define(`__GLYPH_SLOT', `$1``, ''')m4_dnl
m4_dnl
m4_dnl
m4_dnl
-m4_define(`__GLYPH_BOARD_ERLANG_STYLE',`from_id (`$1') ->
+m4_define(`__GLYPH_BOARD_ERLANG_STYLE',`from_id (<<"`$1'">>) ->
#glyph_board
{
- id = $1,
+ id = <<"$1">>,
name = <<"$2">>,
slots = $3,
omnimods = __OMNIMODS($4, $5, $6, $7)