aboutsummaryrefslogtreecommitdiff
path: root/cyclone/hammer
diff options
context:
space:
mode:
Diffstat (limited to 'cyclone/hammer')
-rw-r--r--cyclone/hammer/Bucket.c4
-rw-r--r--cyclone/hammer/coll.c4
-rw-r--r--cyclone/hammer/decide.c5
-rw-r--r--cyclone/hammer/funbuff.c4
4 files changed, 9 insertions, 8 deletions
diff --git a/cyclone/hammer/Bucket.c b/cyclone/hammer/Bucket.c
index 76a8f10..fcfa2bb 100644
--- a/cyclone/hammer/Bucket.c
+++ b/cyclone/hammer/Bucket.c
@@ -142,8 +142,8 @@ void Bucket_setup(void)
gensym("set"), A_FLOAT, 0);
class_addmethod(Bucket_class, (t_method)Bucket_ltor, gensym("l2r"), 0);
class_addmethod(Bucket_class, (t_method)Bucket_rtol, gensym("r2l"), 0);
- logpost(NULL, 4, "this is cyclone/Bucket %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/Bucket %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
void bucket_setup(void)
diff --git a/cyclone/hammer/coll.c b/cyclone/hammer/coll.c
index 94b28ee..2b57fa8 100644
--- a/cyclone/hammer/coll.c
+++ b/cyclone/hammer/coll.c
@@ -1650,6 +1650,6 @@ void coll_setup(void)
class itself has been already set up above), but it is better to
have it around, just in case... */
hammerfile_setup(collcommon_class, 0);
- logpost(NULL, 4, "this is cyclone/coll %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/coll %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}
diff --git a/cyclone/hammer/decide.c b/cyclone/hammer/decide.c
index 9f5742c..61c31f9 100644
--- a/cyclone/hammer/decide.c
+++ b/cyclone/hammer/decide.c
@@ -77,5 +77,6 @@ void decide_setup(void)
gensym("ft1"), A_FLOAT, 0);
/* CHECKED list is auto-unfolded */
/* CHECKED doesn't understand "seed" */
- logpost(NULL, 4, "this is cyclone/decide %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);}
+// logpost(NULL, 4, "this is cyclone/decide %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+}
diff --git a/cyclone/hammer/funbuff.c b/cyclone/hammer/funbuff.c
index f192896..18928b3 100644
--- a/cyclone/hammer/funbuff.c
+++ b/cyclone/hammer/funbuff.c
@@ -530,6 +530,6 @@ void funbuff_setup(void)
gensym("debug"), A_DEFFLOAT, 0);
#endif
hammerfile_setup(funbuff_class, 1);
- logpost(NULL, 4, "this is cyclone/funbuff %s, %dth %s build",
- CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
+// logpost(NULL, 4, "this is cyclone/funbuff %s, %dth %s build",
+// CYCLONE_VERSION, CYCLONE_BUILD, CYCLONE_RELEASE);
}