mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Fix typos in examples.
Thanks to Eugene Klimov.
This commit is contained in:
parent
01bfd18f3d
commit
88e7030845
5 changed files with 6 additions and 6 deletions
|
@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* This defines the primitve `make-box', which returns a new smob of
|
/* This defines the primitive `make-box', which returns a new smob of
|
||||||
type `box', initialized to `#f'. */
|
type `box', initialized to `#f'. */
|
||||||
static SCM
|
static SCM
|
||||||
#define FUNC_NAME "make-box"
|
#define FUNC_NAME "make-box"
|
||||||
|
|
|
@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* This defines the primitve `make-box', which returns a new smob of
|
/* This defines the primitive `make-box', which returns a new smob of
|
||||||
type `box', initialized to `#f'. */
|
type `box', initialized to `#f'. */
|
||||||
static SCM
|
static SCM
|
||||||
#define FUNC_NAME "make-box"
|
#define FUNC_NAME "make-box"
|
||||||
|
|
|
@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* This defines the primitve `make-box', which returns a new smob of
|
/* This defines the primitive `make-box', which returns a new smob of
|
||||||
type `box', initialized to `#f'. */
|
type `box', initialized to `#f'. */
|
||||||
static SCM
|
static SCM
|
||||||
#define FUNC_NAME "make-box"
|
#define FUNC_NAME "make-box"
|
||||||
|
@ -109,7 +109,7 @@ box_set_x (SCM b, SCM value)
|
||||||
|
|
||||||
|
|
||||||
/* Create and initialize the new smob type, and register the
|
/* Create and initialize the new smob type, and register the
|
||||||
primitives withe the interpreter library. */
|
primitives with the interpreter library. */
|
||||||
static void
|
static void
|
||||||
init_box_type (void)
|
init_box_type (void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,7 +17,7 @@ installed and available with the standard installation prefix
|
||||||
|
|
||||||
The main program, which uses the modules described below to perform
|
The main program, which uses the modules described below to perform
|
||||||
some actions. Module usage and selective importing as well as
|
some actions. Module usage and selective importing as well as
|
||||||
renaming is demonstrated here.n
|
renaming is demonstrated here.
|
||||||
|
|
||||||
$ ./main
|
$ ./main
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;;; A simple debugging server that responds to all responses with a
|
;;; A simple debugging server that responds to all requests with a
|
||||||
;;; table containing the headers given in the request.
|
;;; table containing the headers given in the request.
|
||||||
;;;
|
;;;
|
||||||
;;; As a novelty, this server uses a little micro-framework to build up
|
;;; As a novelty, this server uses a little micro-framework to build up
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue