aboutsummaryrefslogtreecommitdiff
path: root/zstring.inc
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-07-14 09:16:39 -0700
committerChristian Cunningham <cc@localhost>2024-07-14 09:16:39 -0700
commit8caa5e7cafb686ac215eb4d1eb56f8a953ea11f4 (patch)
tree9ba811f89f0940988b7bb5e577a0a6463a45cee2 /zstring.inc
parent28fbc837eaff40b0f992233e583f8352f13dddfe (diff)
Whitespace Formatting
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