[gnu.gcc.bug] GCC 1.36 cexp.y nit: redundant 'count'

eggert@twinsun.com (Paul Eggert) (11/11/89)

One 'count' in cexp.y is not needed.

*** old/cexp.y	Fri Nov 10 15:34:20 1989
--- new/cexp.y	Fri Nov 10 15:34:11 1989
***************
*** 498,504 ****
      case 'x':
        {
  	register int i = 0;
- 	register int count = 0;
  	for (;;)
  	  {
  	    c = *(*string_ptr)++;
--- 498,503 ----