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:
parent
e4efbdb1fa
commit
d8f1d6bfef
@ -21,17 +21,17 @@
|
||||
* Contributor(s): ______________________________________.
|
||||
*/
|
||||
|
||||
#ifndef _IB_UTIL_H
|
||||
#define _IB_UTIL_H
|
||||
#ifndef FIREBIRD_IB_UTIL_H
|
||||
#define FIREBIRD_IB_UTIL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern void *ib_util_malloc(long);
|
||||
extern void* ib_util_malloc(long);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* _IB_UTIL_H */
|
||||
#endif /* FIREBIRD_IB_UTIL_H */
|
||||
|
@ -28,8 +28,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef JRD_PERF_H
|
||||
#define JRD_PERF_H
|
||||
#ifndef FIREBIRD_PERF_H
|
||||
#define FIREBIRD_PERF_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@ -116,5 +116,5 @@ typedef struct perf64
|
||||
|
||||
#include "../yvalve/perf_proto.h"
|
||||
|
||||
#endif /* JRD_PERF_H */
|
||||
#endif /* FIREBIRD_PERF_H */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user