]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scm-hash.hh
release: 1.3.39
[lilypond.git] / lily / include / scm-hash.hh
index bc5fbafd9178f73761260a2ce2c5de46e5a0e91d..ca63614042e65b3e00664aaab14fba186d57d203 100644 (file)
@@ -17,7 +17,6 @@
 #include "hash-table.hh"
 #include "smobs.hh"
 
-#define usestl
 
 struct SCM_less
 {
@@ -35,15 +34,8 @@ typedef map<SCM,SCM, SCM_less> Scm_stl_map;
 class Scheme_hash_table :  private Scm_stl_map
 {
 public:
-#ifndef usestl 
-  //  bool elem_b (SCM k) const;
-  Hash_table<SCM,SCM>::try_retrieve;
-  Hash_table<SCM,SCM>::elem_b;  
-#else
   bool try_retrieve (SCM key, SCM *val);
   bool elem_b (SCM key) const;
-#endif
-
 
   /**
      WARNING: putting something in assumes responsibility for cleaning