[PATCH] Fix syntax error
Peter Rosin
peda@lysator.liu.se
Tue Mar 13 18:53:00 GMT 2012
---
ChangeLog | 5 +++++
testsuite/libffi.call/strlen2_win32.c | 1 -
2 files changed, 5 insertions(+), 1 deletions(-)
Hi!
This one should be obvious...
Cheers,
Peter
diff --git a/ChangeLog b/ChangeLog
index bb5bc16..a842be0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-13 Peter Rosin <peda@lysator.liu.se>
+
+ * testsuite/libffi.call/strlen2_win32.c: Kill spurious "int d"
+ noise.
+
2012-03-03 H.J. Lu <hongjiu.lu@intel.com>
* src/x86/ffi64.c (ffi_call): Cast the return value to unsigned
diff --git a/testsuite/libffi.call/strlen2_win32.c b/testsuite/libffi.call/strlen2_win32.c
index b348e43..ce8520a 100644
--- a/testsuite/libffi.call/strlen2_win32.c
+++ b/testsuite/libffi.call/strlen2_win32.c
@@ -13,7 +13,6 @@ static size_t __attribute__((fastcall)) my_fastcall_strlen(char *s)
return (strlen(s));
}
-int d
int main (void)
{
ffi_cif cif;
--
1.7.9
More information about the Libffi-discuss
mailing list