/[guile]/guile/guile-core/libguile/eval.c
ViewVC logotype

Diff of /guile/guile-core/libguile/eval.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.234.2.4 by ttn, Thu Mar 14 05:26:15 2002 UTC revision 1.234.2.5 by ossau, Fri Mar 15 09:23:18 2002 UTC
# Line 1712  SCM_DEFINE (scm_eval_options_interface, Line 1712  SCM_DEFINE (scm_eval_options_interface,
1712              (SCM setting),              (SCM setting),
1713              "Option interface for the evaluation options. Instead of using\n"              "Option interface for the evaluation options. Instead of using\n"
1714              "this procedure directly, use the procedures @code{eval-enable},\n"              "this procedure directly, use the procedures @code{eval-enable},\n"
1715              "@code{eval-disable}, @code{eval-set!} and @var{eval-options}.")              "@code{eval-disable}, @code{eval-set!} and @code{eval-options}.")
1716  #define FUNC_NAME s_scm_eval_options_interface  #define FUNC_NAME s_scm_eval_options_interface
1717  {  {
1718    SCM ans;    SCM ans;
# Line 4098  SCM_DEFINE (scm_eval, "eval", 2, 0, 0, Line 4098  SCM_DEFINE (scm_eval, "eval", 2, 0, 0,
4098              (SCM exp, SCM module),              (SCM exp, SCM module),
4099              "Evaluate @var{exp}, a list representing a Scheme expression,\n"              "Evaluate @var{exp}, a list representing a Scheme expression,\n"
4100              "in the top-level environment specified by @var{module}.\n"              "in the top-level environment specified by @var{module}.\n"
4101              "While @var{exp} is evaluated (using @var{primitive-eval}),\n"              "While @var{exp} is evaluated (using @code{primitive-eval}),\n"
4102              "@var{module} is made the current module.  The current module\n"              "@var{module} is made the current module.  The current module\n"
4103              "is reset to its previous value when @var{eval} returns.")              "is reset to its previous value when @var{eval} returns.")
4104  #define FUNC_NAME s_scm_eval  #define FUNC_NAME s_scm_eval

Legend:
Removed from v.1.234.2.4  
changed lines
  Added in v.1.234.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26