From 1a2a97f85da90d6a8f6d99997c3ce336c23ac892 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 4 Jul 2005 16:37:03 +0000 Subject: [PATCH] *** empty log message *** --- ase/stx/bootstrp.c | 2 +- ase/stx/class.c | 2 +- ase/stx/class.h | 2 +- ase/stx/object.c | 2 +- ase/stx/stx.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ase/stx/bootstrp.c b/ase/stx/bootstrp.c index 055499dd..b0d701d6 100644 --- a/ase/stx/bootstrp.c +++ b/ase/stx/bootstrp.c @@ -1,5 +1,5 @@ /* - * $Id: bootstrp.c,v 1.17 2005-07-04 16:23:13 bacon Exp $ + * $Id: bootstrp.c,v 1.18 2005-07-04 16:37:03 bacon Exp $ */ #include diff --git a/ase/stx/class.c b/ase/stx/class.c index 93eb0d8d..c1cd7107 100644 --- a/ase/stx/class.c +++ b/ase/stx/class.c @@ -1,5 +1,5 @@ /* - * $Id: class.c,v 1.15 2005-07-04 16:23:13 bacon Exp $ + * $Id: class.c,v 1.16 2005-07-04 16:37:03 bacon Exp $ */ #include diff --git a/ase/stx/class.h b/ase/stx/class.h index a9d29624..a71604c3 100644 --- a/ase/stx/class.h +++ b/ase/stx/class.h @@ -1,5 +1,5 @@ /* - * $Id: class.h,v 1.9 2005-07-04 16:23:13 bacon Exp $ + * $Id: class.h,v 1.10 2005-07-04 16:37:03 bacon Exp $ */ #ifndef _XP_STX_CLASS_H_ diff --git a/ase/stx/object.c b/ase/stx/object.c index 8c162f87..007ea528 100644 --- a/ase/stx/object.c +++ b/ase/stx/object.c @@ -1,5 +1,5 @@ /* - * $Id: object.c,v 1.28 2005-07-04 16:23:13 bacon Exp $ + * $Id: object.c,v 1.29 2005-07-04 16:37:03 bacon Exp $ */ #include diff --git a/ase/stx/stx.h b/ase/stx/stx.h index 77eaea4b..9196a981 100644 --- a/ase/stx/stx.h +++ b/ase/stx/stx.h @@ -1,5 +1,5 @@ /* - * $Id: stx.h,v 1.29 2005-07-04 16:23:13 bacon Exp $ + * $Id: stx.h,v 1.30 2005-07-04 16:37:03 bacon Exp $ */ #ifndef _XP_STX_STX_H_