diff options
Diffstat (limited to 'graphics/flasm/files/patch-util.h')
| -rw-r--r-- | graphics/flasm/files/patch-util.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/flasm/files/patch-util.h b/graphics/flasm/files/patch-util.h new file mode 100644 index 000000000000..301813a798ff --- /dev/null +++ b/graphics/flasm/files/patch-util.h @@ -0,0 +1,11 @@ +--- util.h.orig 2020-01-07 17:07:08 UTC ++++ util.h +@@ -47,7 +47,7 @@ struct keyword { + int token; + }; + +-extern struct keyword *in_word_set(register const char *str, register unsigned int len); ++extern struct keyword *in_word_set(register const char *str, register size_t len); + + void checkByteOrder(void); + int longintCompare(const void *ap, const void *bp); |
