diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-07-09 07:36:48 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-07-09 07:36:48 +0000 |
commit | a06e3a75b298d2335d134cfec97ee893b29aea33 (patch) | |
tree | f9b13f1c252e1e41e988b92632e5c9c22b7426a0 /libguile/alloca.c | |
parent | 04860df734637ca294b02737977516d05161347c (diff) | |
download | guile-a06e3a75b298d2335d134cfec97ee893b29aea33.tar.gz |
Remove "face-lift" comment.
Diffstat (limited to 'libguile/alloca.c')
-rw-r--r-- | libguile/alloca.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/alloca.c b/libguile/alloca.c index 8173cb6bc..e814ed43f 100644 --- a/libguile/alloca.c +++ b/libguile/alloca.c @@ -21,8 +21,6 @@ allocating any. It is a good idea to use alloca(0) in your main control loop, etc. to force garbage collection. */ -/* Software engineering face-lift by Greg J. Badros, 11-Dec-1999, - gjb@cs.washington.edu, http://www.cs.washington.edu/homes/gjb */ #ifdef HAVE_CONFIG_H #include "libguile/scmconfig.h" |