Skip to content

Commit 75d23af

Browse files
committed
Rename public include guards.
1 parent fc48aa2 commit 75d23af

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/extlib/ib_util.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
* Contributor(s): ______________________________________.
2222
*/
2323

24-
#ifndef _IB_UTIL_H
25-
#define _IB_UTIL_H
24+
#ifndef FIREBIRD_IB_UTIL_H
25+
#define FIREBIRD_IB_UTIL_H
2626

2727
#ifdef __cplusplus
2828
extern "C" {
2929
#endif
3030

31-
extern void *ib_util_malloc(long);
31+
extern void* ib_util_malloc(long);
3232

3333
#ifdef __cplusplus
3434
} /* extern "C" */
3535
#endif
3636

37-
#endif /* _IB_UTIL_H */
37+
#endif /* FIREBIRD_IB_UTIL_H */

src/yvalve/perf.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
*
2929
*/
3030

31-
#ifndef JRD_PERF_H
32-
#define JRD_PERF_H
31+
#ifndef FIREBIRD_PERF_H
32+
#define FIREBIRD_PERF_H
3333

3434
#include <stdio.h>
3535

@@ -116,5 +116,5 @@ typedef struct perf64
116116

117117
#include "../yvalve/perf_proto.h"
118118

119-
#endif /* JRD_PERF_H */
119+
#endif /* FIREBIRD_PERF_H */
120120

0 commit comments

Comments
 (0)