summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-04-23 08:32:55 (GMT)
committernijtmans <nijtmans@noemail.net>2010-04-23 08:32:55 (GMT)
commitf345b74b49ef4aaa9e4865deb8ed2d3b6943b118 (patch)
treee7500d00ecdd547d4dd0332a138be0f97387ffe9 /generic/tkText.h
parent18dafdfc82ff3d35670840b508da8f82fdceee5c (diff)
downloadtk-f345b74b49ef4aaa9e4865deb8ed2d3b6943b118.zip
tk-f345b74b49ef4aaa9e4865deb8ed2d3b6943b118.tar.gz
tk-f345b74b49ef4aaa9e4865deb8ed2d3b6943b118.tar.bz2
Formatting
typo fixes remove not existing tkDisplayList; Useless re-definitions of TCL_STORAGE_CLASS FossilOrigin-Name: f24475f035844b1ee4f62efe7b34d31f47aa9aa9
Diffstat (limited to 'generic/tkText.h')
-rw-r--r--generic/tkText.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/generic/tkText.h b/generic/tkText.h
index a819752..da9611f 100644
--- a/generic/tkText.h
+++ b/generic/tkText.h
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkText.h,v 1.38 2010/03/11 09:43:19 dkf Exp $
+ * RCS: @(#) $Id: tkText.h,v 1.39 2010/04/23 08:32:56 nijtmans Exp $
*/
#ifndef _TKTEXT
@@ -23,11 +23,6 @@
#include "tkUndo.h"
#endif
-#ifdef BUILD_tk
-# undef TCL_STORAGE_CLASS
-# define TCL_STORAGE_CLASS DLLEXPORT
-#endif
-
/*
* The data structure below defines a single logical line of text (from
* newline to newline, not necessarily what appears on one display line of the
@@ -489,7 +484,7 @@ typedef struct TkTextTabArray {
} TkTextTabArray;
/*
- * Enumeration definining the edit modes of the widget.
+ * Enumeration defining the edit modes of the widget.
*/
typedef enum {
@@ -1147,9 +1142,6 @@ MODULE_SCOPE int TkTextYviewCmd(TkText *textPtr, Tcl_Interp *interp,
MODULE_SCOPE void TkTextWinFreeClient(Tcl_HashEntry *hPtr,
TkTextEmbWindowClient *client);
-# undef TCL_STORAGE_CLASS
-# define TCL_STORAGE_CLASS DLLIMPORT
-
#endif /* _TKTEXT */
/*