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

Some cosmetic cleanup to follow __ standard. Comments added.

This commit is contained in:
alexpeshkoff 2003-05-22 11:13:22 +00:00
parent c9f9b1f9f7
commit 41e822f58b
3 changed files with 13 additions and 9 deletions

View File

@ -33,7 +33,7 @@
*
*/
/*
$Id: ibase.h,v 1.37 2003-05-14 15:12:04 skidder Exp $
$Id: ibase.h,v 1.38 2003-05-22 11:13:22 alexpeshkoff Exp $
*/
#ifndef JRD_IBASE_H
@ -72,7 +72,7 @@ typedef unsigned char ISC_UCHAR;
/* InterBase Handle Definitions */
/********************************/
#ifndef __y_ref_h__
#ifndef JRD_Y_REF_H
#define FRBRD void
#endif

View File

@ -1,5 +1,5 @@
#ifndef __y_handle_h__
#define __y_handle_h__
#ifndef JRD_Y_HANDLE_H
#define JRD_Y_HANDLE_H
/*
* The contents of this file are subject to the Mozilla Public
@ -31,8 +31,10 @@
/*
* This definitions placed into separate file
* to avoid multiple definition of struct why_hndl in why.c
* to avoid multiple definition of struct why_hndl in why.cpp
* and dsql.cpp
*
* This file (or y_ref.h) must be included BEFORE ibase.h !
*/
union any_handle {
@ -76,4 +78,4 @@ typedef struct why_hndl
#include "../jrd/y_ref.h"
#endif /* __y_handle_h__ */
#endif // JRD_Y_HANDLE_H

View File

@ -1,5 +1,5 @@
#ifndef __y_ref_h__
#define __y_ref_h__
#ifndef JRD_Y_REF_H
#define JRD_Y_REF_H
/*
* The contents of this file are subject to the Mozilla Public
@ -35,7 +35,9 @@
* is known, and where only the fact, that such structure
* exists, is required. In latter case we include y_ref
* instead of y_handle.
*
* This file (or y_handle.h) must be included BEFORE ibase.h !
*/
#define FRBRD struct why_hndl
#endif
#endif // JRD_Y_REF_H