aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sheap.c3
-rw-r--r--src/unexcw.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/sheap.c b/src/sheap.c
index e8ec8a00fd2..714eb9a710d 100644
--- a/src/sheap.c
+++ b/src/sheap.c
@@ -99,3 +99,6 @@ report_sheap_usage (int die_if_pure_storage_exceeded)
99 bss_sbrk_ptr - bss_sbrk_buffer, STATIC_HEAP_SIZE); 99 bss_sbrk_ptr - bss_sbrk_buffer, STATIC_HEAP_SIZE);
100 message ("%s", buf); 100 message ("%s", buf);
101} 101}
102
103/* arch-tag: 1bc386e8-71c2-4da4-b8b5-c1674a9cf926
104 (do not change this comment) */
diff --git a/src/unexcw.c b/src/unexcw.c
index 58e356fdb0d..046c8f796ef 100644
--- a/src/unexcw.c
+++ b/src/unexcw.c
@@ -302,3 +302,6 @@ unexec (char *outfile, char *infile, unsigned start_data, unsigned d1,
302 302
303 return (0); 303 return (0);
304} 304}
305
306/* arch-tag: fc44f6c3-ca0a-45e0-a5a2-58b6101b1e65
307 (do not change this comment) */