aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashanth Swaminathan <prashanthsw@google.com>2023-06-08 00:04:43 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-06-08 00:04:43 +0000
commitcf1eebfc2440a77f9e979bce668a15f2c8aa01ac (patch)
treee183396a25de0deccce8f623890548cf431d43f1
parent8d07cb2e87534467af7ac8db7ed2676bcd497152 (diff)
parentf18c9c89d4d34c728dce74c4512938b477274d10 (diff)
downloadlibffi-cf1eebfc2440a77f9e979bce668a15f2c8aa01ac.tar.gz
Merge "Accidental extra token at the end of undef"
-rw-r--r--linux-riscv64/fficonfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-riscv64/fficonfig.h b/linux-riscv64/fficonfig.h
index 5db20304..4bc40c82 100644
--- a/linux-riscv64/fficonfig.h
+++ b/linux-riscv64/fficonfig.h
@@ -119,7 +119,7 @@
#define SIZEOF_DOUBLE 8
/* The size of `long double', as computed by sizeof. */
-#undef SIZEOF_LONG_DOUBLE 16
+#undef SIZEOF_LONG_DOUBLE
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be