Fix missing yasm_xfree function declaration (#224)

This fixes the following compiler error in macOS in CI.

libyasm/tests/bitvect_test.c:112:5: error: implicit declaration of
function 'yasm_xfree' [-Werror,-Wimplicit-function-declaration]
This commit is contained in:
Biswapriyo Nath 2023-05-14 23:33:04 +05:30 committed by GitHub
parent 811f24d0bf
commit e69fba2db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@
#include <stdlib.h>
#include <string.h>
#include "util.h"
#include "libyasm/bitvect.h"
static int