1NOTE: This patch seems to be obsolete, it currently is unused.
2
3Index: eval-coin.cpp
4===================================================================
5--- eval-coin.cpp	(revision 12928)
6+++ eval-coin.cpp	(working copy)
7@@ -725,7 +725,7 @@
8 	if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
9 		{ \
10 		int c = '*'; \
11-		int n; \
12+		unsigned int n; \
13 		for ( n = 0; n < max_size && \
14 			     (c = getc( scxml_coin_in )) != EOF && c != '\n'; ++n ) \
15 			buf[n] = (char) c; \
16