summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-11-21 02:05:54 (GMT)
committerhobbs <hobbs>2001-11-21 02:05:54 (GMT)
commit5efa25f6e1ad2a687cac8c1caab6d8c10f978269 (patch)
treefc79ec090b4022d1f939fbfe1c9493076e462b41
parentea7ad4f95c2489f84c3db69de141278f5aaa71a1 (diff)
downloadtk-5efa25f6e1ad2a687cac8c1caab6d8c10f978269.zip
tk-5efa25f6e1ad2a687cac8c1caab6d8c10f978269.tar.gz
tk-5efa25f6e1ad2a687cac8c1caab6d8c10f978269.tar.bz2
added static to TextGetText and popStack func definitions
-rw-r--r--generic/tkText.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tkText.c b/generic/tkText.c
index e0ef3d8..eb6ca65 100644
--- a/generic/tkText.c
+++ b/generic/tkText.c
@@ -14,7 +14,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.c,v 1.21 2001/11/21 01:36:33 hobbs Exp $
+ * RCS: @(#) $Id: tkText.c,v 1.22 2001/11/21 02:05:54 hobbs Exp $
*/
#include "default.h"
@@ -2503,7 +2503,7 @@ static void pushStack ( stack, elem )
* None.
*/
-TkTextEditAtom * popStack ( stack )
+static TkTextEditAtom * popStack ( stack )
TkTextEditAtom ** stack ;
{
TkTextEditAtom * elem = NULL;
@@ -2866,7 +2866,7 @@ TextEditCmd(textPtr, interp, argc, argv)
* Memory will be allocated for the DString. Remember to free it.
*/
-void
+static void
TextGetText(indexPtr1,indexPtr2, dsPtr)
TkTextIndex *indexPtr1;
TkTextIndex *indexPtr2;