Commit df7feaf9 df7feaf9f98aec0d95dd6c464ad0f46274c7942c by Alain Magloire

.

1 parent 20b56706
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
10 Recall signal() if we did not have sigaction. 10 Recall signal() if we did not have sigaction.
11 (ml_readline_init): Use sigaction to set SIGWINCH and SIGINT. 11 (ml_readline_init): Use sigaction to set SIGWINCH and SIGINT.
12 12
13 * libmu_scm/mu_scm.h: Guard with HAVE_LIBGUILE_H.
14 * guimb/guimb.h : Guard with HAVE_LIBGUILE_H.
15
13 2001-07-22 Sergey Poznyakoff 16 2001-07-22 Sergey Poznyakoff
14 Renamed debug_.* symbols to mu_debug_.* to avoid nameclashes. 17 Renamed debug_.* symbols to mu_debug_.* to avoid nameclashes.
15 Files affected: 18 Files affected:
......