home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / libg++-2.7.1-bin.lha / lib / g++-include / lmultset.h < prev    next >
C/C++ Source or Header  |  1996-10-12  |  1KB  |  45 lines

  1. /*
  2.  *
  3.  * Copyright (c) 1994
  4.  * Hewlett-Packard Company
  5.  *
  6.  * Permission to use, copy, modify, distribute and sell this software
  7.  * and its documentation for any purpose is hereby granted without fee,
  8.  * provided that the above copyright notice appear in all copies and
  9.  * that both that copyright notice and this permission notice appear
  10.  * in supporting documentation.  Hewlett-Packard Company makes no
  11.  * representations about the suitability of this software for any
  12.  * purpose.  It is provided "as is" without express or implied warranty.
  13.  *
  14.  */
  15.  
  16. #ifndef LMULTISET_H
  17. #define LMULTISET_H
  18.  
  19. #ifdef MULTISET_H
  20. #undef MULTISET_H
  21. #undef TREE_H
  22. #define __MULTISET_WAS_DEFINED
  23. #endif
  24.  
  25. #define Allocator long_allocator
  26. #define multiset long_multiset
  27. #define rb_tree long_rb_tree
  28. #include <lngalloc.h>
  29. #include <multiset.h>
  30.  
  31. #undef MULTISET_H
  32. #undef TREE_H
  33.  
  34. #ifdef __MULTISET_WAS_DEFINED
  35. #define MULTISET_H
  36. #define TREE_H
  37. #undef  __MULTISET_WAS_DEFINED
  38. #endif
  39.  
  40. #undef Allocator
  41. #undef multiset
  42. #undef rb_tree
  43.  
  44. #endif
  45.