mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
Rename public include guards.
This commit is contained in:
parent
e4efbdb1fa
commit
d8f1d6bfef
@ -21,8 +21,8 @@
|
|||||||
* Contributor(s): ______________________________________.
|
* Contributor(s): ______________________________________.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _IB_UTIL_H
|
#ifndef FIREBIRD_IB_UTIL_H
|
||||||
#define _IB_UTIL_H
|
#define FIREBIRD_IB_UTIL_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@ -34,4 +34,4 @@ extern void *ib_util_malloc(long);
|
|||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _IB_UTIL_H */
|
#endif /* FIREBIRD_IB_UTIL_H */
|
||||||
|
@ -28,8 +28,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef JRD_PERF_H
|
#ifndef FIREBIRD_PERF_H
|
||||||
#define JRD_PERF_H
|
#define FIREBIRD_PERF_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
@ -116,5 +116,5 @@ typedef struct perf64
|
|||||||
|
|
||||||
#include "../yvalve/perf_proto.h"
|
#include "../yvalve/perf_proto.h"
|
||||||
|
|
||||||
#endif /* JRD_PERF_H */
|
#endif /* FIREBIRD_PERF_H */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user