From mboxrd@z Thu Jan 1 00:00:00 1970 From: gjb@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile alloca.c backtrace.c ... Date: Sun, 12 Dec 1999 12:35:00 -0000 Message-id: <19991212203502.15565.qmail@sourceware.cygnus.com> X-SW-Source: 1999-q4/msg00134.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: gjb@sourceware.cygnus.com 99/12/12 12:35:02 Modified files: guile-core/libguile: alloca.c backtrace.c chars.c continuations.c debug.c dynl-vms.c dynl.c dynwind.c eval.c evalext.c feature.c fluids.c fports.c gc.c gdbint.c inet_aton.c init.c mallocs.c memmove.c modules.c numbers.c options.c print.c putenv.c ramap.c read.c scm_validate.h script.c smob.c snarf.h stackchk.c strerror.c strorder.c throw.c unif.c vectors.c Log message: * *.c: Finish replacing K&R style prototypes with ANSI C prototypes. * eval.c: Make scm_m_mody's 3rd argument be a const char *, not a char *. ANSI prototypes caught this. * strorder.c: Use GUILE_PROC1 for the couple SCM_PROC1 expansions that I missed. * scm_validate.h: Use SCM_BOOLP for validating bools. Do not expand macros if SCM_DOCSTRING_SNARF.