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 /glyph_board/global.m4.conf
parent9175edfe1d66f28365b6b7c5a83da5541d28d446 (diff)
Working on the addition of glyphs & their boards.
Diffstat (limited to 'glyph_board/global.m4.conf')
-rw-r--r--glyph_board/global.m4.conf4
1 files changed, 2 insertions, 2 deletions
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)