PreviousUpNext

15.4.117  src/app/makelib/stuff/symbol-map.pkg

# symbol-map.pkg
#
#   Hooks into compiler and uses Lib7 library implementation of binary maps.

# Compiled by:
#     src/app/makelib/stuff/makelib-stuff.sublib

                                                # map_g                 is from   src/app/makelib/stuff/map-g.pkg
                                                # symbol_ord_key        is from   src/app/makelib/stuff/symbol-ord-key.pkg

package symbol_map
    =
    map_g( symbol_ord_key );



# (C) 1999 Lucent Technologies, Bell Laboratories
# Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp)


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext