Fork me on GitHub

source: git/external/tcl/tclPort.h@ e921a28

ImprovedOutputFile Timing dual_readout llp
Last change on this file since e921a28 was d7d2da3, checked in by pavel <pavel@…>, 11 years ago

move branches/ModularDelphes to trunk

  • Property mode set to 100644
File size: 518 bytes
Line 
1/*
2 * tclPort.h --
3 *
4 * This header file handles porting issues that occur because
5 * of differences between systems. It reads in platform specific
6 * portability files.
7 *
8 * Copyright (c) 1994-1995 Sun Microsystems, Inc.
9 *
10 * See the file "license.terms" for information on usage and redistribution
11 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
12 *
13 * RCS: @(#) $Id: tclPort.h,v 1.1 2008-06-04 13:58:09 demin Exp $
14 */
15
16#ifndef _TCLPORT
17#define _TCLPORT
18
19#include "tclUnixPort.h"
20
21#endif /* _TCLPORT */
Note: See TracBrowser for help on using the repository browser.