* eq.c (scm_equal_p): use "SCM_TYP7SD", not "SCM (TYP7SD".
authorGary Houston <ghouston@arglist.com>
Mon, 21 Apr 1997 08:14:48 +0000 (08:14 +0000)
committerGary Houston <ghouston@arglist.com>
Mon, 21 Apr 1997 08:14:48 +0000 (08:14 +0000)
commitb1978258f03072e72fcdba144c17838d0097920b
tree2f375e5e1ea01597a948b1e3db34eef9dc7790fb
parent4fa5885b5cf66b55983c6accf38002c8140c8c95
* eq.c (scm_equal_p): use "SCM_TYP7SD", not "SCM (TYP7SD".

* stime.c: include both <sys/times.h> and <sys/timeb.h> if the
system has them.  Hope this is safe.  Previously
sys/timeb.h was included if HAVE_FTIME was defined or if
HAVE_SYS_TIMEB_H was defined but HAVE_SYS_TIMES_H was not,
but IRIX iris 5.3 apparently has ftime but not sys/timeb.h.
libguile/ChangeLog
libguile/eq.c
libguile/stime.c