This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

deprecated stuff


Hi!

Currently I'm wrapping everything that appears to be deprecated in 
#if (SCM_DEBUG_DEPRECATED == 0) #endif blocks.  However, there are some
points that I am not sure about:

* The file tag.[ch] seems to be completely obsolete, since the only
  function scm_tag is deprecated.  Is this true?
* If that is true, then there is some problem within gdbint, where the
  function gdb_maybe_valid_type_p depends on the return value of scm_tag.

Best regards
Dirk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]