Module: dylan-user language: infix-dylan Synopsis: The module definition for the NATIVE-HARP-CG module Author: Nosa Omo Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc. All rights reserved. License: Functional Objects Library Public License Version 1.0 Dual-license: GNU Lesser General Public License Warranty: Distributed WITHOUT WARRANTY OF ANY KIND define library dfmc-native-harp-cg use functional-dylan; use io; use native-harp; use dfmc-harp-cg; use dfmc-harp-cg-linker; use native-glue-rtg; export dfmc-native-harp-cg; end library dfmc-native-harp-cg; define module dfmc-native-harp-cg use functional-dylan; use streams-internals; use native-harp, export: { , , , }; use dfmc-harp-cg, export: {*trace-harp?*}; use dfmc-harp-cg-linker; use native-rtg, import: { output-data, output-glue, output-functions }; end module dfmc-native-harp-cg;