--- src/main.c.orig Wed Mar 10 17:35:40 2004 +++ src/main.c Thu Jul 1 21:03:44 2004 @@ -107,16 +107,20 @@ void set_escaped ( gchar * expression, unsigned int levels ) { + unsigned int num; + gchar * escaped; + unsigned int x; // temp var + unsigned int i, j; + if ( !expression ) return; - unsigned int num = (1<position >= 0 ) { if ( result->value ) @@ -202,14 +208,16 @@ ResultItem * transform ( int * ovector, unsigned int matches, const gchar * data ) { ResultItem * resultItems; + int parent; + GTrashStack * stack; + unsigned int o; resultItems = g_malloc ( sizeof(ResultItem)*(matches+1) ); - int parent = 0; + parent = 0; - GTrashStack * stack = NULL; + stack = NULL; - unsigned int o; for ( o = 0; o