1
1

adding protection for the flex files. also added ompi_config.h for them

This commit was SVN r3337.
Этот коммит содержится в:
Prabhanjan Kambadur 2004-10-26 14:11:44 +00:00
родитель 78a18a4acd
Коммит 10ff968ec7
3 изменённых файлов: 8 добавлений и 0 удалений

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

@ -1,7 +1,10 @@
%{ /* -*- C -*- */
#include "ompi_config.h"
#include <stdio.h>
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "mca/base/mca_base_parse_paramfile_lex.h"

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

@ -1,7 +1,10 @@
%{ /* -*- C -*- */
#include "ompi_config.h"
#include <stdio.h>
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "mca/llm/base/llm_base_parse_hostfile_lex.h"

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

@ -3,7 +3,9 @@
#include "ompi_config.h"
#include <stdio.h>
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "util/show_help_lex.h"