1
1

We should use #ifdef and not #if

This commit was SVN r19504.
Этот коммит содержится в:
George Bosilca 2008-09-05 12:44:19 +00:00
родитель 1382b29aa3
Коммит 579d70edad
7 изменённых файлов: 7 добавлений и 7 удалений

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

@ -21,7 +21,7 @@
#include "opal_config.h"
#include <stdio.h>
#if HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

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

@ -19,7 +19,7 @@
#include "opal_config.h"
#include <stdio.h>
#if HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

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

@ -20,7 +20,7 @@
#include "opal_config.h"
#include <stdio.h>
#if HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

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

@ -20,7 +20,7 @@
#include "opal_config.h"
#include <stdio.h>
#if HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

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

@ -21,7 +21,7 @@
#include "orte_config.h"
#include <stdio.h>
#if HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "rankfile_lex.h"

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

@ -21,7 +21,7 @@
#include "orte_config.h"
#include <stdio.h>
#if HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "orte/mca/rmaps/rank_file/rmaps_rank_file_lex.h"

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

@ -19,7 +19,7 @@
#include "orte_config.h"
#include <stdio.h>
#if HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif