[patch,fortran] PR32223 Backslash handling inconsistent

Brooks Moses brooks.moses@codesourcery.com
Wed Jun 6 06:27:00 GMT 2007


Jerry DeLisle wrote:
> *** 168,173 ****
> --- 168,176 ----
>    	  break;
>    	case '\\':
>    	  c = '\\';
> +           break;
> +         case '0':
> +           c = '\0';

That looks tab-damaged.

> *** 758,763 ****
> --- 758,766 ----
>    	case '\\':
>    	  c = '\\';
>    	  break;
> +         case '0':
> + 	  c = '\0';
> + 	  break;

Similarly here.

- Brooks



More information about the Fortran mailing list