diff options
Diffstat (limited to 'libguile/deprecated.h')
-rw-r--r-- | libguile/deprecated.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libguile/deprecated.h b/libguile/deprecated.h index 5c20c786d..981e9823d 100644 --- a/libguile/deprecated.h +++ b/libguile/deprecated.h @@ -27,6 +27,13 @@ #if (SCM_ENABLE_DEPRECATED == 1) +/* From eval.h: Macros for handling ilocs. These were deprecated in guile + * 1.7.0 on 2003-06-04. */ +#define SCM_ILOC00 SCM_MAKE_ITAG8(0L, scm_tc8_iloc) +#define SCM_IDINC (0x00100000L) +#define SCM_IDSTMSK (-SCM_IDINC) + + /* From eval.h: Error messages of the evaluator. These were deprecated in * guile 1.7.0 on 2003-06-02. */ SCM_API const char scm_s_expression[]; |