|
From: Nicholas N. <nj...@ca...> - 2004-05-11 16:37:26
|
CVS commit by nethercote:
Fix patch from this morning -- missing commas, erk
M +2 -2 ms_main.c 1.9
--- valgrind/massif/ms_main.c #1.8:1.9
@@ -260,6 +260,6 @@ static Char* alloc_fns[MAX_ALLOC_FNS] =
"operator new(unsigned)",
"operator new[](unsigned)",
- "operator new(unsigned, std::nothrow_t const&)"
- "operator new[](unsigned, std::nothrow_t const&)"
+ "operator new(unsigned, std::nothrow_t const&)",
+ "operator new[](unsigned, std::nothrow_t const&)",
"__builtin_new",
"__builtin_vec_new",
|