1
1

So that others don't have to declare it.

This commit was SVN r5161.
Этот коммит содержится в:
Jeff Squyres 2005-04-04 21:54:38 +00:00
родитель bb36ebc6bc
Коммит ebb5ad37ef

Просмотреть файл

@ -113,6 +113,11 @@ extern "C" {
*/ */
OMPI_DECLSPEC int ompi_unsetenv(const char *name, char ***env); OMPI_DECLSPEC int ompi_unsetenv(const char *name, char ***env);
/**
* So that others don't have to declare it
*/
OMPI_DECLSPEC extern char **environ;
#if defined(c_plusplus) || defined(__cplusplus) #if defined(c_plusplus) || defined(__cplusplus)
} }
#endif #endif