1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

*** empty log message ***

This commit is contained in:
Greg J. Badros 2000-01-27 18:03:53 +00:00
parent 0821c4f671
commit 2288ff9b51

View file

@ -1,3 +1,9 @@
Thu Jan 27 09:59:38 2000 Greg J. Badros <gjb@cs.washington.edu>
* strop.c (scm_i_index): Obfuscated commented-out SCM_DEFINE by
adding "x" prefix to the line so that guile-func-name-check
doesn't complain unnecessarily.
Wed Jan 26 17:33:52 2000 Greg J. Badros <gjb@cs.washington.edu>
* throw.c: Factor out an #ifdef/#else/#endif choice more finely