Author: sebor
Date: Thu May 22 09:51:42 2008
New Revision: 659155

URL: http://svn.apache.org/viewvc?rev=659155&view=rev
Log:
2008-05-22  Martin Sebor  <[EMAIL PROTECTED]>

        * src/version.cpp (__rw_ident): Added a comment.

Modified:
    stdcxx/branches/4.2.x/src/version.cpp

Modified: stdcxx/branches/4.2.x/src/version.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/version.cpp?rev=659155&r1=659154&r2=659155&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/src/version.cpp (original)
+++ stdcxx/branches/4.2.x/src/version.cpp Thu May 22 09:51:42 2008
@@ -35,6 +35,7 @@
 #ifdef _RWSTD_VER_STR
 
 extern const char __rw_ident[] = {
+    // %Z% keyword ("@(#)") retrieved by the POSIX what utility
     "@(#) Apache C++ Standard Library version " _RWSTD_VER_STR
 };
 


Reply via email to