os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/mac/tclMacThrd.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
/*
sl@0
     2
 * tclUnixThrd.h --
sl@0
     3
 *
sl@0
     4
 *      This header file defines things for thread support.
sl@0
     5
 *
sl@0
     6
 * Copyright (c) 1998 Sun Microsystems, Inc.
sl@0
     7
 *
sl@0
     8
 * See the file "license.terms" for information on usage and redistribution
sl@0
     9
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
sl@0
    10
 *
sl@0
    11
 * SCCS: @(#)
sl@0
    12
 */
sl@0
    13
 
sl@0
    14
#ifndef _TCLMACTHRD
sl@0
    15
#define _TCLMACTHRD
sl@0
    16
sl@0
    17
#ifdef TCL_THREADS
sl@0
    18
sl@0
    19
#endif /* TCL_THREADS */
sl@0
    20
#endif /* _TCLMACTHRD */