| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'glyph_board/global.m4.conf')
| -rw-r--r-- | glyph_board/global.m4.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glyph_board/global.m4.conf b/glyph_board/global.m4.conf index f65b390..03345d2 100644 --- a/glyph_board/global.m4.conf +++ b/glyph_board/global.m4.conf @@ -16,7 +16,7 @@ m4_define(`__GLYPH_BOARD_ERLANG_STYLE',`from_id (<<"`$1'">>) -> id = <<"$1">>, name = <<"$2">>, slots = $3, - omnimods = __OMNIMODS($4, $5, $6, $7) + omnimods = __OMNIMODS($4, $5, $6) }; ')m4_dnl m4_define(`__GLYPH_BOARD_USE_ERLANG_STYLE', @@ -29,7 +29,7 @@ m4_define(`__GLYPH_BOARD_JSON_STYLE',` { "id": "$1", "nam": "$2", "slot": $3, - "omni": __OMNIMODS($4, $5, $6, $7) + "omni": __OMNIMODS($4, $5, $6) }, ')m4_dnl m4_define(`__GLYPH_BOARD_USE_JSON_STYLE', |


