aboutsummaryrefslogtreecommitdiff
path: root/zstring.inc
diff options
context:
space:
mode:
Diffstat (limited to 'zstring.inc')
-rw-r--r--zstring.inc8
1 files changed, 3 insertions, 5 deletions
diff --git a/zstring.inc b/zstring.inc
index 5c88c02..4516223 100644
--- a/zstring.inc
+++ b/zstring.inc
@@ -3,12 +3,10 @@
%ifndef SYS_INC
%include "sys.inc"
%endif
-%ifndef ALLOC_INC
-%include "alloc.inc"
-%endif
-%macro make_zstring 2-*
-%1: db %2
+%macro make_zstring 2-*
+ section .data
+%1: db %2
%rep %0-2
db %3
%rotate 1