/[avr-libc]/avr-libc/xml/patch-headers.py
ViewVC logotype

Diff of /avr-libc/xml/patch-headers.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by joerg_wunsch, Fri Oct 21 21:52:05 2005 UTC revision 1.3 by joerg_wunsch, Fri Oct 21 21:57:11 2005 UTC
# Line 227  for header in nlist: Line 227  for header in nlist:
227                  # there is a blank line after the current one, drop it                  # there is a blank line after the current one, drop it
228                  lastidx = idx + 1                  lastidx = idx + 1
229    
230        while re.match('^$', lines[lastidx]):
231            lastidx += 1
232    
233      del lines[firstidx:lastidx]      del lines[firstidx:lastidx]
234    
235      # now, build a new vector table      # now, build a new vector table

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26