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

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

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

revision 1.29 by ossau, Tue Jan 22 23:31:39 2002 UTC revision 1.30 by dirk, Thu Mar 14 06:45:56 2002 UTC
# Line 115  typedef struct scm_t_srcprops_chunk Line 115  typedef struct scm_t_srcprops_chunk
115  #define SETSRCPROPLINE(p,l) SETSRCPROPPOS (p, l, SRCPROPCOL (p))  #define SETSRCPROPLINE(p,l) SETSRCPROPPOS (p, l, SRCPROPCOL (p))
116  #define SETSRCPROPCOL(p,c) SETSRCPROPPOS (p, SRCPROPLINE (p), c)  #define SETSRCPROPCOL(p,c) SETSRCPROPPOS (p, SRCPROPLINE (p), c)
117    
118  #define SRCBRKP(x) (!SCM_IMP (t.arg1 = scm_whash_lookup (scm_source_whash, (x)))\  #define SRCBRKP(x) (!SCM_IMP (arg1 = scm_whash_lookup (scm_source_whash, (x)))\
119                      && SRCPROPSP (t.arg1)\                      && SRCPROPSP (arg1)\
120                      && SRCPROPBRK (t.arg1))                      && SRCPROPBRK (arg1))
121    
122  #define PROCTRACEP(x) (!SCM_FALSEP (scm_procedure_property (x, scm_sym_trace)))  #define PROCTRACEP(x) (!SCM_FALSEP (scm_procedure_property (x, scm_sym_trace)))
123    

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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