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

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

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

revision 1.5 by mvo, Mon Feb 11 17:17:47 2002 UTC revision 1.6 by mvo, Wed Mar 26 17:05:26 2003 UTC
# Line 52  Line 52 
52    
53  #if (SCM_ENABLE_DEPRECATED == 1)  #if (SCM_ENABLE_DEPRECATED == 1)
54    
55    /* These functions are _not_ deprecated, but we exclude them along
56       with the really deprecated features to be sure that no-one is
57       trying to emit deprecation warnings when libguile is supposed to be
58       clean of them.
59    */
60    
61  SCM_API void scm_c_issue_deprecation_warning (const char *msg);  SCM_API void scm_c_issue_deprecation_warning (const char *msg);
62  SCM_API void scm_c_issue_deprecation_warning_fmt (const char *msg, ...);  SCM_API void scm_c_issue_deprecation_warning_fmt (const char *msg, ...);
63  SCM_API SCM scm_issue_deprecation_warning (SCM msgs);  SCM_API SCM scm_issue_deprecation_warning (SCM msgs);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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