From a6c94aa84e7495396d29b942f08e5d2158c30538 Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Thu, 25 Jun 1998 00:22:48 +0000 Subject: Minor cosmetic change. I up-cased internal #defines. (This used to be commit 1ce7d38d9f947d338f2587fa5afbe7536501edfd) --- source3/ubiqx/ubi_sLinkList.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'source3/ubiqx/ubi_sLinkList.h') diff --git a/source3/ubiqx/ubi_sLinkList.h b/source3/ubiqx/ubi_sLinkList.h index 8487118ca2..24f91178aa 100644 --- a/source3/ubiqx/ubi_sLinkList.h +++ b/source3/ubiqx/ubi_sLinkList.h @@ -1,5 +1,5 @@ -#ifndef ubi_sLinkList_H -#define ubi_sLinkList_H +#ifndef UBI_SLINKLIST_H +#define UBI_SLINKLIST_H /* ========================================================================== ** * ubi_sLinkList.h * @@ -27,6 +27,10 @@ * -------------------------------------------------------------------------- ** * * Log: ubi_sLinkList.h,v + * Revision 0.8 1998/06/04 21:29:27 crh + * Upper-cased defined constants (eg UBI_BINTREE_H) in some header files. + * This is more "standard", and is what people expect. Weird, eh? + * * Revision 0.7 1998/06/03 18:06:03 crh * Further fiddling with sys_include.h, which has been moved from the .c file * to the .h file. @@ -228,4 +232,4 @@ ubi_slNodePtr ubi_slRemove( ubi_slListPtr ListPtr, ubi_slNodePtr After ); */ /* ================================ The End ================================= */ -#endif /* ubi_sLinkList_H */ +#endif /* UBI_SLINKLIST_H */ -- cgit