зеркало из https://github.com/mozilla/pjs.git
Rewrote #ifndef #else #endif by the equivalent #ifdef #else #endif.
This commit is contained in:
Родитель
4347d0ffb3
Коммит
b3f279746f
|
@ -74,10 +74,10 @@
|
|||
#ifndef _DB_H_
|
||||
#define _DB_H_
|
||||
|
||||
#ifndef HAVE_SYS_CDEFS_H
|
||||
#include "cdefs.h"
|
||||
#else
|
||||
#ifdef HAVE_SYS_CDEFS_H
|
||||
#include <sys/cdefs.h>
|
||||
#else
|
||||
#include "cdefs.h"
|
||||
#endif
|
||||
#include "prtypes.h"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче