Author: faridz Date: Tue Mar 27 09:44:40 2007 New Revision: 522993 URL: http://svn.apache.org/viewvc?view=rev&rev=522993 Log: 2007-03-27 Farid Zaripov STDCXX-364 * STRUCT_TM_IN_WCHAR_H.cpp: Removed struct keyword. Modified: incubator/stdcxx/trunk/etc/config/src/STRUCT_TM_IN_WCHAR_H.cpp Modified: incubator/stdcxx/trunk/etc/config/src/STRUCT_TM_IN_WCHAR_H.cpp URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/STRUCT_TM_IN_WCHAR_H.cpp?view=diff&rev=522993&r1=522992&r2=522993 ============================================================================== --- incubator/stdcxx/trunk/etc/config/src/STRUCT_TM_IN_WCHAR_H.cpp (original) +++ incubator/stdcxx/trunk/etc/config/src/STRUCT_TM_IN_WCHAR_H.cpp Tue Mar 27 09:44:40 2007 @@ -5,7 +5,7 @@ // 7.24.1, p2 of C99: struct tm is required to declared // as an incomplete type in -struct tm* struct_tm_declared (struct tm* arg) +tm* struct_tm_declared (tm* arg) { return arg; }