FreeCalypso > hg > gsm-codec-lib
changeset 359:dfb1f86541b2
libtwamr/tls_flags.c: use namespace.h for the right prefix
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 05 May 2024 22:56:24 +0000 |
parents | 7bea058d0640 |
children | b22f13fd0f6a |
files | libtwamr/tls_flags.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libtwamr/tls_flags.c Sun May 05 22:44:00 2024 +0000 +++ b/libtwamr/tls_flags.c Sun May 05 22:56:24 2024 +0000 @@ -12,7 +12,7 @@ * thread-local storage. */ -#include <stdint.h> #include "typedef.h" +#include "namespace.h" -__thread Flag AMR__Carry, AMR__Overflow; +__thread Flag Carry, Overflow;