From cbc2ba3d9e073d1d8a7f6d2f18f1e15098927e38 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 28 Aug 2018 21:16:53 +0200 Subject: Fixes various mistakes. --- tile/global.m4.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tile') diff --git a/tile/global.m4.conf b/tile/global.m4.conf index 6d38d5b..619de8b 100644 --- a/tile/global.m4.conf +++ b/tile/global.m4.conf @@ -23,7 +23,8 @@ m4_define(`__TILE_CLASS_ERLANG_STYLE',`from_class_id (`$1') -> family = __TILE_CATEGORY_FAMILY, depth = __TILE_CATEGORY_DEPTH };')m4_dnl -m4_define(`__TILE_CLASS_USE_ERLANG_STYLE',`__TILE_CHOOSE_STYLE(`__TILE_CLASS_ERLANG_STYLE')__MOD_USE_ERLANG_STYLE()')m4_dnl +m4_define(`__TILE_CLASS_USE_ERLANG_STYLE', + `__TILE_CHOOSE_STYLE(`__TILE_CLASS_ERLANG_STYLE')')m4_dnl m4_dnl m4_dnl m4_dnl @@ -36,7 +37,8 @@ m4_define(`__TILE_CLASS_JSON_STYLE',` { "fa": __TILE_CATEGORY_FAMILY, "de": __TILE_CATEGORY_DEPTH },')m4_dnl -m4_define(`__TILE_CLASS_USE_JSON_STYLE',`__TILE_CHOOSE_STYLE(`__TILE_CLASS_JSON_STYLE')__MOD_USE_JSON_STYLE()')m4_dnl +m4_define(`__TILE_CLASS_USE_JSON_STYLE', + `__TILE_CHOOSE_STYLE(`__TILE_CLASS_JSON_STYLE')')m4_dnl m4_dnl m4_dnl m4_dnl -- cgit v1.2.3-70-g09d2