Author: faridz
Date: Wed Oct  1 12:32:41 2008
New Revision: 700888

URL: http://svn.apache.org/viewvc?rev=700888&view=rev
Log:
2008-10-01  Farid Zaripov  <[EMAIL PROTECTED]>

        * include/rw/_atomic-mutex.h: Make _RWSTD_RW_MUTEX_H_INCLUDED
        after #endif directive as comment to fix compile error.

Modified:
    stdcxx/branches/4.2.x/include/rw/_atomic-mutex.h

Modified: stdcxx/branches/4.2.x/include/rw/_atomic-mutex.h
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/include/rw/_atomic-mutex.h?rev=700888&r1=700887&r2=700888&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/include/rw/_atomic-mutex.h (original)
+++ stdcxx/branches/4.2.x/include/rw/_atomic-mutex.h Wed Oct  1 12:32:41 2008
@@ -36,7 +36,7 @@
 
 #ifndef _RWSTD_RW_MUTEX_H_INCLUDED
 #  include <rw/_mutex.h>
-#endif _RWSTD_RW_MUTEX_H_INCLUDED
+#endif   // _RWSTD_RW_MUTEX_H_INCLUDED
 
 
 _RWSTD_NAMESPACE (__rw) {


Reply via email to