File: app.c.diff

package info (click to toggle)
binutils-z80 2.22-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 68 kB
  • sloc: makefile: 71
file content (11 lines) | stat: -rw-r--r-- 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- app.c.orig	2012-05-13 21:24:12.000000000 +0000
+++ app.c	2012-05-13 21:24:13.000000000 +0000
@@ -1343,7 +1343,7 @@
 	      else
 		{
 		  state = 9;
-		  if (!IS_SYMBOL_COMPONENT (ch)) 
+		  if (ch == EOF || !IS_SYMBOL_COMPONENT (ch)) 
 		    {
 		      if (ch != EOF)
 			UNGET (ch);