mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
*** empty log message ***
This commit is contained in:
parent
67673f7594
commit
f12677062e
48 changed files with 191 additions and 191 deletions
|
@ -96,7 +96,7 @@ typedef struct scm_srcprops_chunk
|
|||
} scm_srcprops_chunk;
|
||||
|
||||
#define SRCPROPSP(p) (SCM_NIMP(p) && (SCM_TYP16 (p) == scm_tc16_srcprops))
|
||||
#define SRCPROPBRK(p) (SCM_BOOL((1L << 16) & SCM_CARBITS (p)))
|
||||
#define SRCPROPBRK(p) (SCM_BOOL((1L << 16) & SCM_UNPACK_CAR (p)))
|
||||
#define SRCPROPPOS(p) ((scm_srcprops *) SCM_CDR (p))->pos
|
||||
#define SRCPROPLINE(p) (SRCPROPPOS(p) >> 12)
|
||||
#define SRCPROPCOL(p) (SRCPROPPOS(p) & 0x0fffL)
|
||||
|
@ -112,7 +112,7 @@ typedef struct scm_srcprops_chunk
|
|||
|
||||
#define SRCBRKP(x) (SCM_NIMP (t.arg1 = scm_whash_lookup (scm_source_whash, (x)))\
|
||||
&& SRCPROPSP (t.arg1)\
|
||||
&& ((1L << 16) & SCM_BITS (SCM_CAR (t.arg1))))
|
||||
&& ((1L << 16) & SCM_UNPACK (SCM_CAR (t.arg1))))
|
||||
|
||||
#define PROCTRACEP(x) SCM_NFALSEP (scm_procedure_property (x, scm_sym_trace))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue