Rename stdint.h to lam_stdint.h so that we never include it by accident
This commit was SVN r881.
Этот коммит содержится в:
родитель
c9025b0873
Коммит
8d0e62a16c
@ -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
|
||||
|
||||
/*
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user