summaryrefslogtreecommitdiff
path: root/source3/ubiqx/ubi_SplayTree.c
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-06-25 00:22:48 +0000
committerChristopher R. Hertel <crh@samba.org>1998-06-25 00:22:48 +0000
commita6c94aa84e7495396d29b942f08e5d2158c30538 (patch)
treec307b01696f999f1b7fa7d0d6f52f3542ae6ac69 /source3/ubiqx/ubi_SplayTree.c
parent7fda0a49cb665ba75c9071c1dc39fe93f103a9b5 (diff)
downloadsamba-a6c94aa84e7495396d29b942f08e5d2158c30538.tar.gz
samba-a6c94aa84e7495396d29b942f08e5d2158c30538.tar.bz2
samba-a6c94aa84e7495396d29b942f08e5d2158c30538.zip
Minor cosmetic change. I up-cased internal #defines.
(This used to be commit 1ce7d38d9f947d338f2587fa5afbe7536501edfd)
Diffstat (limited to 'source3/ubiqx/ubi_SplayTree.c')
-rw-r--r--source3/ubiqx/ubi_SplayTree.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/source3/ubiqx/ubi_SplayTree.c b/source3/ubiqx/ubi_SplayTree.c
index d790ff58d1..ad8d568658 100644
--- a/source3/ubiqx/ubi_SplayTree.c
+++ b/source3/ubiqx/ubi_SplayTree.c
@@ -37,6 +37,10 @@
* -------------------------------------------------------------------------- **
*
* Log: ubi_SplayTree.c,v
+ * Revision 4.4 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 4.3 1998/06/03 17:45:05 crh
* Further fiddling with sys_include.h. It's now in ubi_BinTree.h which is
* included by all of the binary tree files.
@@ -159,8 +163,8 @@
*/
static char ModuleID[] = "ubi_SplayTree\n\
-\tRevision: 4.3 \n\
-\tDate: 1998/06/03 17:45:05 \n\
+\tRevision: 4.4 \n\
+\tDate: 1998/06/04 21:29:27 \n\
\tAuthor: crh \n";