1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 01:00:20 +02:00

Fixed typo

This commit is contained in:
Mikael Djurfeldt 1999-09-12 11:42:10 +00:00
parent b15359ab4b
commit 30772a346b
3 changed files with 3 additions and 5 deletions

View file

@ -4,7 +4,7 @@
dynwind.c, dynwind.h, eval.h, evalext.c, evalext.h, feature.c,
feature.h, hashtab.c, hashtab.h, objects.c, objects.h, print.c,
procs.c, procs.h, smob.c, smob.h, srcprop.c, strorder.c, struct.c,
struct.h: Updated copyrigth notices.
struct.h: Updated copyright notices.
* srcprop.c (scm_source_property): Bugfix: Use SCM_NECONSP instead
of SCM_NCONSP. (Thanks to Greg Badros.)