home *** CD-ROM | disk | FTP | other *** search
- ###########################################################################
- ##
- ## Copyright (c) 1996 by Cadre Technologies Inc.
- ## and Scientific Toolworks Inc.
- ##
- ## This software is furnished under a license and may be used only in
- ## accordance with the terms of such license and with the inclusion of
- ## the above copyright notice. This software or any other copies thereof
- ## may not be provided or otherwise made available to any other person.
- ## No title to and ownership of the software is hereby transferred.
- ##
- ## The information in this software is subject to change without notice
- ## and should not be construed as a commitment by Cadre Technologies Inc.
- ## or Scientific Toolworks Inc.
- ##
- ###########################################################################
-
- proc find_ada_file_types {} {
- global ada_spec_type
- global ada_body_type
- global ada_sep_type
-
- set ada_spec_type "ada_spec"
- set ada_body_type "ada_body"
- set ada_sep_type "ada_subunit"
- }
-
- proc ada83_echo {s} {
- puts stdout $s
- }
-
- proc echo {s} {
- # puts stdout $s
- }
-
- proc incr_component_count {} {
- global g_component_count
-
- incr g_component_count 1
- }
-