diff options
author | nijtmans <nijtmans> | 2010-04-23 08:32:56 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-04-23 08:32:56 (GMT) |
commit | 0ec04490736cdf3891388a3a1e9cf8e8cef380f5 (patch) | |
tree | e7500d00ecdd547d4dd0332a138be0f97387ffe9 /generic/tkText.h | |
parent | a5fa2276832bf18cf14cded757a1e15068a422ec (diff) | |
download | tk-0ec04490736cdf3891388a3a1e9cf8e8cef380f5.zip tk-0ec04490736cdf3891388a3a1e9cf8e8cef380f5.tar.gz tk-0ec04490736cdf3891388a3a1e9cf8e8cef380f5.tar.bz2 |
Formatting
typo fixes
remove not existing tkDisplayList;
Useless re-definitions of TCL_STORAGE_CLASS
Diffstat (limited to 'generic/tkText.h')
-rw-r--r-- | generic/tkText.h | 12 |
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 */ /* |