aboutsummaryrefslogtreecommitdiffstats
path: root/gc
diff options
context:
space:
mode:
authorAkinori Ito <aito@eie.yz.yamagata-u.ac.jp>2001-11-08 05:14:08 +0000
committerAkinori Ito <aito@eie.yz.yamagata-u.ac.jp>2001-11-08 05:14:08 +0000
commit102779505899e8511c18b397da7e062a05462c82 (patch)
tree8b5734b0b4c0e034ed7631f3347382dc9a42ac53 /gc
parentInitial revision (diff)
downloadw3m-aito-soft.tar.gz
w3m-aito-soft.zip
w3m sourcestartaito-soft
Diffstat (limited to 'gc')
-rw-r--r--gc/alpha_mach_dep.s2
-rw-r--r--gc/solaris_pthreads.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gc/alpha_mach_dep.s b/gc/alpha_mach_dep.s
index 0aaa97b..3a2ad9c 100644
--- a/gc/alpha_mach_dep.s
+++ b/gc/alpha_mach_dep.s
@@ -1,4 +1,4 @@
- # $Id: alpha_mach_dep.s,v 1.1 2001/11/08 05:17:06 a-ito Exp $
+ # $Id: alpha_mach_dep.s,v 1.1.1.1 2001/11/08 05:17:06 a-ito Exp $
# define call_push(x) \
lda $16, 0(x); /* copy x to first argument register */ \
diff --git a/gc/solaris_pthreads.c b/gc/solaris_pthreads.c
index eb0ce67..a4c89ff 100644
--- a/gc/solaris_pthreads.c
+++ b/gc/solaris_pthreads.c
@@ -16,7 +16,7 @@
* Modified Peter C. for Solaris Posix Threads.
*/
/* Boehm, September 14, 1994 4:44 pm PDT */
-/* $Id: solaris_pthreads.c,v 1.1 2001/11/08 05:17:57 a-ito Exp $ */
+/* $Id: solaris_pthreads.c,v 1.1.1.1 2001/11/08 05:17:57 a-ito Exp $ */
# if defined(_SOLARIS_PTHREADS)
# include "gc_priv.h"