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 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
2828extern "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 */
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments