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/strerror.c | |
parent | 04860df734637ca294b02737977516d05161347c (diff) | |
download | guile-a06e3a75b298d2335d134cfec97ee893b29aea33.tar.gz |
Remove "face-lift" comment.
Diffstat (limited to 'libguile/strerror.c')
-rw-r--r-- | libguile/strerror.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/strerror.c b/libguile/strerror.c index 44ffca628..ba43e8e6b 100644 --- a/libguile/strerror.c +++ b/libguile/strerror.c @@ -42,8 +42,6 @@ If you write modifications of your own for GUILE, it is your choice whether to permit this exception to apply to your modifications. If you do not wish that, delete this exception notice. */ -/* Software engineering face-lift by Greg J. Badros, 11-Dec-1999, - gjb@cs.washington.edu, http://www.cs.washington.edu/homes/gjb */ char * strerror (int errnum) |