pkgsrc-wip/dasm/patches/patch-ab
Olaf Seibert e87331e905 Re-add dasm, since it isn't updated in pkgsrc proper. This version
is much newer and more maintained.
2009-12-18 14:20:22 +00:00

13 lines
333 B
Text

$NetBSD: patch-ab,v 1.3 2009/12/18 14:20:22 rhialto Exp $
--- src/asm.h.dist 2009-04-28 23:14:12.000000000 +0200
+++ src/asm.h 2009-04-28 23:08:16.000000000 +0200
@@ -229,7 +229,7 @@
char buf[4];
};
-#define STRLISTSIZE 4
+#define STRLISTSIZE (sizeof(STRLIST *))
#define MF_IF 0x04
#define MF_MACRO 0x08