summaryrefslogtreecommitdiff
path: root/src/dev/stordev.cil
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/stordev.cil')
-rw-r--r--src/dev/stordev.cil6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dev/stordev.cil b/src/dev/stordev.cil
index 8611ec6..f13d9f3 100644
--- a/src/dev/stordev.cil
+++ b/src/dev/stordev.cil
@@ -3,14 +3,14 @@
(block stordev
+ (macro mounton_all_chr_files ((type ARG1))
+ (allow ARG1 typeattr mounton_chr_file))
+
(macro type ((type ARG1))
(typeattributeset typeattr ARG1))
(typeattribute typeattr)
- (macro mounton_all_chr_files ((type ARG1))
- (allow ARG1 typeattr mounton_chr_file))
-
(blockinherit .file.all_macro_template_blk_files)
(blockinherit .file.all_macro_template_chr_files)