These declarations are repeated in src/util/printf.h, and apparently
everywhere in the tree that uses these functions includes that header file. So these are redundant. This commit was SVN r3188.
Этот коммит содержится в:
родитель
85c2d9edd8
Коммит
2d5c0d1edc
@ -129,22 +129,18 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_ASPRINTF
|
#ifndef HAVE_ASPRINTF
|
||||||
int ompi_asprintf(char **, const char *, ...);
|
|
||||||
# define asprintf ompi_asprintf
|
# define asprintf ompi_asprintf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_SNPRINTF
|
#ifndef HAVE_SNPRINTF
|
||||||
int ompi_snprintf(char *, size_t, const char *, ...);
|
|
||||||
# define snprintf ompi_snprintf
|
# define snprintf ompi_snprintf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_VASPRINTF
|
#ifndef HAVE_VASPRINTF
|
||||||
int ompi_vasprintf(char **, const char *, va_list);
|
|
||||||
# define vasprintf ompi_vasprintf
|
# define vasprintf ompi_vasprintf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_VSNPRINTF
|
#ifndef HAVE_VSNPRINTF
|
||||||
int ompi_vsnprintf(char *, size_t, const char *, va_list);
|
|
||||||
# define vsnprintf ompi_vsnprintf
|
# define vsnprintf ompi_vsnprintf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user