summaryrefslogtreecommitdiffstats
path: root/SOURCES/eol-pushback.patch
blob: 964b91f51e11c032fd756ce10f5d637b1a93c267 (plain)
1
2
3
4
5
6
7
8
9
10
11
*** ../bash-20140912/parse.y	2014-08-26 15:09:42.000000000 -0400
--- parse.y	2014-09-24 22:47:28.000000000 -0400
***************
*** 2959,2962 ****
--- 2959,2964 ----
    word_desc_to_read = (WORD_DESC *)NULL;
  
+   eol_ungetc_lookahead = 0;
+ 
    current_token = '\n';		/* XXX */
    last_read_token = '\n';