File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
* Contributor(s): ______________________________________.
22
22
*/
23
23
24
- #ifndef _IB_UTIL_H
25
- #define _IB_UTIL_H
24
+ #ifndef FIREBIRD_IB_UTIL_H
25
+ #define FIREBIRD_IB_UTIL_H
26
26
27
27
#ifdef __cplusplus
28
28
extern "C" {
29
29
#endif
30
30
31
- extern void * ib_util_malloc (long );
31
+ extern void * ib_util_malloc (long );
32
32
33
33
#ifdef __cplusplus
34
34
} /* extern "C" */
35
35
#endif
36
36
37
- #endif /* _IB_UTIL_H */
37
+ #endif /* FIREBIRD_IB_UTIL_H */
Original file line number Diff line number Diff line change 28
28
*
29
29
*/
30
30
31
- #ifndef JRD_PERF_H
32
- #define JRD_PERF_H
31
+ #ifndef FIREBIRD_PERF_H
32
+ #define FIREBIRD_PERF_H
33
33
34
34
#include <stdio.h>
35
35
@@ -116,5 +116,5 @@ typedef struct perf64
116
116
117
117
#include "../yvalve/perf_proto.h"
118
118
119
- #endif /* JRD_PERF_H */
119
+ #endif /* FIREBIRD_PERF_H */
120
120
You can’t perform that action at this time.
0 commit comments