8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:03:03 +01:00

Rename public include guards.

This commit is contained in:
Adriano dos Santos Fernandes 2024-09-29 14:38:22 -03:00
parent e4efbdb1fa
commit d8f1d6bfef
2 changed files with 7 additions and 7 deletions

View File

@ -21,17 +21,17 @@
* 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" {
#endif #endif
extern void *ib_util_malloc(long); extern void* ib_util_malloc(long);
#ifdef __cplusplus #ifdef __cplusplus
} /* extern "C" */ } /* extern "C" */
#endif #endif
#endif /* _IB_UTIL_H */ #endif /* FIREBIRD_IB_UTIL_H */

View File

@ -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 */