Commit 59689d5522c159a3ac967adb6b891cf5f22c890f

green 2008-02-26T17:40:51

2008-02-26 Anthony Green <green@redhat.com> Thomas Heller <theller@ctypes.org> * src/x86/ffi.c (ffi_closure_SYSV_inner): Change C++ comment to C comment.

diff --git a/libffi/ChangeLog.libffi b/libffi/ChangeLog.libffi
index b42e04b..f958baf 100644
--- a/libffi/ChangeLog.libffi
+++ b/libffi/ChangeLog.libffi
@@ -1,10 +1,16 @@
+2008-02-26  Anthony Green  <green@redhat.com>
+            Thomas Heller  <theller@ctypes.org>
+
+	* src/x86/ffi.c (ffi_closure_SYSV_inner): Change C++ comment to C
+	comment.
+
 2008-02-26  Anthony Green  <green@redhat.org>
-            Thomas Heller <theller@ctypes.org>
+            Thomas Heller  <theller@ctypes.org>
 
 	* include/ffi.h.in: Change void (*)() to void (*)(void).
 
 2008-02-26  Anthony Green  <green@redhat.org>
-            Thomas Heller <theller@ctypes.org>
+            Thomas Heller  <theller@ctypes.org>
 
 	* src/alpha/ffi.c: Change void (*)() to void (*)(void).
 	src/alpha/osf.S, src/arm/ffi.c, src/frv/ffi.c, src/ia64/ffi.c,
diff --git a/libffi/src/x86/ffi.c b/libffi/src/x86/ffi.c
index 662b484..63c9999 100644
--- a/libffi/src/x86/ffi.c
+++ b/libffi/src/x86/ffi.c
@@ -249,7 +249,7 @@ ffi_closure_SYSV_inner (closure, respp, args)
      void **respp;
      void *args;
 {
-  // our various things...
+  /* our various things...  */
   ffi_cif       *cif;
   void         **arg_area;