1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* load.c (scm_primitive_load, scm_primitive_load_path),

(scm_sys_search_load_path): Corrected docstrings (file ->
	filename).

	* eval.c (scm_force): Added texinfo markup to docstring.
	(scm_promise_p): Renamed parameter to `obj' to match docstring.

	* debug-malloc.c: Reinserted #include <stdio.h>.
This commit is contained in:
Martin Grabmüller 2001-03-12 07:08:46 +00:00
parent e41561b490
commit 67e8151b65
4 changed files with 38 additions and 22 deletions

View file

@ -40,6 +40,7 @@
* If you do not wish that, delete this exception notice. */
#include <string.h>
#include <stdio.h>
#include "libguile/_scm.h"
#include "libguile/alist.h"