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

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

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

revision 1.56 by ttn, Thu Mar 14 03:47:43 2002 UTC revision 1.57 by dirk, Tue Mar 26 00:19:04 2002 UTC
# Line 117  srcprops_print (SCM obj, SCM port, scm_p Line 117  srcprops_print (SCM obj, SCM port, scm_p
117  }  }
118    
119    
120    int
121    scm_c_source_property_breakpoint_p (SCM form)
122    {
123      SCM obj = scm_whash_lookup (scm_source_whash, form);
124      return SRCPROPSP (obj) && SRCPROPBRK (obj);
125    }
126    
127    
128  SCM  SCM
129  scm_make_srcprops (long line, int col, SCM filename, SCM copy, SCM plist)  scm_make_srcprops (long line, int col, SCM filename, SCM copy, SCM plist)
130  {  {

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

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