summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/src_script_qscriptvalue.cpp
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond.kjernasen@nokia.com>2010-10-27 09:19:20 (GMT)
committerTrond Kjernåsen <trond.kjernasen@nokia.com>2010-10-27 09:19:20 (GMT)
commit9a9b891db491953c5b2d922aacb25aba0dce6771 (patch)
tree2a4801a07fdf639700b2244639d05a780a616589 /doc/src/snippets/code/src_script_qscriptvalue.cpp
parent5c92ff774eadca40e6f33b5e096df01ecc5da717 (diff)
downloadQt-9a9b891db491953c5b2d922aacb25aba0dce6771.zip
Qt-9a9b891db491953c5b2d922aacb25aba0dce6771.tar.gz
Qt-9a9b891db491953c5b2d922aacb25aba0dce6771.tar.bz2
Fixes unstability caused by a dangling pointer in GL text rendering
Reviewed-by: eskil
Diffstat (limited to 'doc/src/snippets/code/src_script_qscriptvalue.cpp')
0 files changed, 0 insertions, 0 deletions
'bug_3605401'>bug_3605401 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/compat/limits.h
blob: 96b0b50692473c22498ba94316ab97784698b65c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * limits.h --
 *
 *	This is a dummy header file to #include in Tcl when there
 *	is no limits.h in /usr/include.  There are only a few
 *	definitions here;  also see tclPort.h, which already
 *	#defines some of the things here if they're not arleady
 *	defined.
 *
 * Copyright (c) 1991 The Regents of the University of California.
 * Copyright (c) 1994 Sun Microsystems, Inc.
 *
 * See the file "license.terms" for information on usage and redistribution
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 *
 * RCS: @(#) $Id: limits.h,v 1.2 1998/09/14 18:39:44 stanton Exp $
 */

#define LONG_MIN		0x80000000
#define LONG_MAX		0x7fffffff
#define INT_MIN			0x80000000
#define INT_MAX			0x7fffffff
#define SHRT_MIN		0x8000
#define SHRT_MAX		0x7fff