| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-02-15 22:31:49 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-02-15 22:31:49 +0100 |
| commit | 5449acd696fe814da342ae8e9847717b2199e1e0 (patch) | |
| tree | 8ded0374fdbbe0a0292b758b142d369d87c82650 | |
| parent | 749daf95abb2110a90e85d74d87b19247ca7367a (diff) | |
from_class_id -> from_id.
| -rw-r--r-- | tile/global.m4.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tile/global.m4.conf b/tile/global.m4.conf index eaa0250..f286e4b 100644 --- a/tile/global.m4.conf +++ b/tile/global.m4.conf @@ -13,7 +13,7 @@ m4_define(`__TILE_CATEGORY',`m4_define(`__TILE_CATEGORY_NAME', `$1')m4_define(`_ m4_dnl m4_dnl m4_dnl -m4_define(`__TILE_CLASS_ERLANG_STYLE',`from_class_id (<<"`$1'">>) -> +m4_define(`__TILE_CLASS_ERLANG_STYLE',`from_id (<<"`$1'">>) -> #tile { id = <<"$1">>, |


