home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Tcl-Tk 8.0 / Pre-installed version / tcl8.0 / mac / tclMacMSLPrefix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-15  |  723 b   |  25 lines  |  [TEXT/CWIE]

  1. /*
  2.  * tclMacMSLPrefix.h --
  3.  *
  4.  *  A wrapper for the MSL ansi_prefix.mac.h file.  This just turns export on
  5.  *  after including the MSL prefix file, so we can export symbols from the MSL
  6.  *  and through the Tcl shared libraries
  7.  *  
  8.  *
  9.  * Copyright (c) 1997 Sun Microsystems, Inc.
  10.  *
  11.  * See the file "license.terms" for information on usage and redistribution
  12.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  13.  *
  14.  * SCCS: @(#) tclMac.h 1.2 97/03/18 10:58:49
  15.  */
  16.  
  17. #include <ansi_prefix.mac.h>
  18. /*
  19.  * "export" is a MetroWerks specific pragma.  It flags the linker that  
  20.  * any symbols that are defined when this pragma is on will be exported 
  21.  * to shared libraries that link with this library.
  22.  */
  23.  
  24. #pragma export on
  25.