From 5efa25f6e1ad2a687cac8c1caab6d8c10f978269 Mon Sep 17 00:00:00 2001 From: hobbs Date: Wed, 21 Nov 2001 02:05:54 +0000 Subject: added static to TextGetText and popStack func definitions --- generic/tkText.c | 6 +++--- 1 file 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; -- cgit v0.12