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

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

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

revision 1.9 by dirk, Mon Jun 2 20:54:21 2003 UTC revision 1.10 by dirk, Wed Jun 4 05:28:34 2003 UTC
# Line 27  Line 27 
27    
28  #if (SCM_ENABLE_DEPRECATED == 1)  #if (SCM_ENABLE_DEPRECATED == 1)
29    
30    /* From eval.h: Macros for handling ilocs.  These were deprecated in guile
31     * 1.7.0 on 2003-06-04.  */
32    #define SCM_ILOC00              SCM_MAKE_ITAG8(0L, scm_tc8_iloc)
33    #define SCM_IDINC               (0x00100000L)
34    #define SCM_IDSTMSK             (-SCM_IDINC)
35    
36    
37  /* From eval.h: Error messages of the evaluator.  These were deprecated in  /* From eval.h: Error messages of the evaluator.  These were deprecated in
38   * guile 1.7.0 on 2003-06-02.  */   * guile 1.7.0 on 2003-06-02.  */
39  SCM_API const char scm_s_expression[];  SCM_API const char scm_s_expression[];

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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