1
1

Rename stdint.h to lam_stdint.h so that we never include it by accident

This commit was SVN r881.
Этот коммит содержится в:
Jeff Squyres 2004-03-17 19:21:56 +00:00
родитель c9025b0873
Коммит 8d0e62a16c
2 изменённых файлов: 3 добавлений и 0 удалений

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

@ -21,6 +21,7 @@ typedef enum { false, true } bool;
#endif
#endif
/*
* Maximum size of a filename path.
*/
@ -46,6 +47,8 @@ extern bool lam_mpi_param_check;
*/
#if HAVE_STDINT_H
#include <stdint.h>
#else
#include "lam_stdint.h"
#endif
/*

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