1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00

* arbiters.c, eq.c, gc.c, guardians.c, list.c, ports.c, print.c,

regex-posix.c, scmsigs.c, stime.c, strings.c, variable.c, stime.c,
strings.c, variable.c:  Added lots of documentation, cleaned up
some existing documentation.  Occasionally changed formal params
to match docs.  Also folded an #ifdef into the inners of a
primitive instead of having two copies of the primitive
(`get-internal-real-time', from stime.c)
This commit is contained in:
Greg J. Badros 2000-02-14 03:13:19 +00:00
parent 92540145dd
commit b450f07086
12 changed files with 88 additions and 85 deletions

View file

@ -176,8 +176,7 @@ SCM_DEFINE (scm_make_regexp, "make-regexp", 1, 0, 1,
"call to @code{make-regexp} includes both @code{regexp/basic} and\n"
"@code{regexp/extended} flags, the one which comes last will override\n"
"the earlier one.\n"
"@end table\n"
"")
"@end table\n")
#define FUNC_NAME s_scm_make_regexp
{
SCM flag;