mirror of
https://github.com/gperftools/gperftools
synced 2025-02-18 05:06:55 +00:00
fixed C++ comment warning in malloc_extension_c.h from C compiler
This commit is contained in:
parent
f94ff0cc09
commit
f72e37c3f9
@ -93,7 +93,7 @@ typedef enum {
|
||||
PERFTOOLS_DLL_DECL MallocExtension_Ownership MallocExtension_GetOwnership(const void* p);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* _MALLOC_EXTENSION_C_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user