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

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

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

revision 1.21.2.2 by ttn, Thu Mar 14 05:26:15 2002 UTC revision 1.21.2.3 by ossau, Sat Mar 16 14:07:27 2002 UTC
# Line 64  Line 64 
64   */   */
65    
66  void  void
67  scm_c_hook_init (scm_t_c_hook *hook, void *hook_data, scm_t_c_hookype_t type)  scm_c_hook_init (scm_t_c_hook *hook, void *hook_data, scm_t_c_hook_type type)
68  {  {
69    hook->first = 0;    hook->first = 0;
70    hook->type = type;    hook->type = type;
# Line 114  void * Line 114  void *
114  scm_c_hook_run (scm_t_c_hook *hook, void *data)  scm_c_hook_run (scm_t_c_hook *hook, void *data)
115  {  {
116    scm_t_c_hook_entry *entry = hook->first;    scm_t_c_hook_entry *entry = hook->first;
117    scm_t_c_hookype_t type = hook->type;    scm_t_c_hook_type type = hook->type;
118    void *res = 0;    void *res = 0;
119    while (entry)    while (entry)
120      {      {

Legend:
Removed from v.1.21.2.2  
changed lines
  Added in v.1.21.2.3

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