| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-28 21:16:53 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-28 21:16:53 +0200 | 
| commit | cbc2ba3d9e073d1d8a7f6d2f18f1e15098927e38 (patch) | |
| tree | 1a08493b9a4efb39e889bef8511f7481c097c0cc /tile/global.m4.conf | |
| parent | 08424056d861650e68cdb6fb3a126a98a74edc13 (diff) | |
Fixes various mistakes.omnimods
Diffstat (limited to 'tile/global.m4.conf')
| -rw-r--r-- | tile/global.m4.conf | 6 | 
1 files changed, 4 insertions, 2 deletions
| 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 | 


