|
From: <no...@so...> - 2001-06-27 23:25:36
|
Patches item #434657, was opened at 2001-06-19 18:55 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=302435&aid=434657&group_id=2435 Category: runtime Group: None >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Danny Smith (dannysmith) Assigned to: Nobody/Anonymous (nobody) Summary: include/malloc.h: fix non-ansi comment Initial Comment: ChangeLog 2001-06-20 Danny Smith <dan...@ya...> * include/malloc.h (#endif RC_INVOKED): Add /* */ around comment. --- malloc.h.orig Tue Jun 05 13:26:30 2001 +++ malloc.h Wed Jun 20 14:41:22 2001 @@ -70,7 +70,7 @@ size_t _msize (void*); } #endif -#endif RC_INVOKED +#endif /* RC_INVOKED */ #endif /* Not _MALLOC_H_ */ ---------------------------------------------------------------------- >Comment By: Danny Smith (dannysmith) Date: 2001-06-27 16:25 Message: Logged In: YES user_id=11494 committed to SF CVS ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=302435&aid=434657&group_id=2435 |