2010-08-14 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Sat, 14 Aug 2010 11:36:50 +0000 (11:36 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 25 Jul 2011 12:03:26 +0000 (16:03 +0400)
* src/atomic_ops/sysdeps/gcc/arm.h: Replace C++ style comment
with ANSI C one.

ChangeLog
src/atomic_ops/sysdeps/gcc/arm.h

index 36a0645..7e26376 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-14  Ivan Maidanski <ivmai@mail.ru>
+
+       * src/atomic_ops/sysdeps/gcc/arm.h: Replace C++ style comment
+       with ANSI C one.
+
 2010-05-30  Ivan Maidanski <ivmai@mail.ru> (really Bradley Smith)
 
        * src/atomic_ops/sysdeps/gcc/avr32.h (AO_test_and_set): Use
index 41fc3e4..518cad6 100644 (file)
@@ -281,4 +281,4 @@ AO_test_and_set_full(volatile AO_TS_t *addr) {
 
 #define AO_HAVE_test_and_set_full
 
-#endif // __ARM_ARCH_x
+#endif /* __ARM_ARCH_x */