[BACK]Return to sb.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / gas

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/gas/sb.c between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2016/01/26 17:26:15 version 1.1.1.2, 2016/10/26 17:02:45
Line 1 
Line 1 
 /* sb.c - string buffer manipulation routines  /* sb.c - string buffer manipulation routines
    Copyright 1994, 1995, 2000, 2003, 2005, 2006, 2007, 2009, 2012     Copyright (C) 1994-2015 Free Software Foundation, Inc.
    Free Software Foundation, Inc.  
   
    Written by Steve and Judy Chamberlain of Cygnus Support,     Written by Steve and Judy Chamberlain of Cygnus Support,
       sac@cygnus.com        sac@cygnus.com
Line 113  sb_scrub_and_add_sb (sb *ptr, sb *s)
Line 112  sb_scrub_and_add_sb (sb *ptr, sb *s)
 {  {
   sb_to_scrub = s;    sb_to_scrub = s;
   scrub_position = s->ptr;    scrub_position = s->ptr;
   
   sb_check (ptr, s->len);    sb_check (ptr, s->len);
   ptr->len += do_scrub_chars (scrub_from_sb, ptr->ptr + ptr->len, s->len);    ptr->len += do_scrub_chars (scrub_from_sb, ptr->ptr + ptr->len, s->len);
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

CVSweb <webmaster@jp.NetBSD.org>