* regex.c (EXTEND_BUFFER): Adjust pointers within buffer by
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 18 Mar 1994 18:34:36 +0000 (18:34 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 18 Mar 1994 18:34:36 +0000 (18:34 +0000)
commitee6d646a4b8240008e00442f13bf2de236f24573
tree70627552adbafd80b8a5c18689c53acc201bea47
parent60e9faebc1c2d518ad2fc57d13ee99ca38f34451
* regex.c (EXTEND_BUFFER): Adjust pointers within buffer by
computing their offset from the start of the old buffer and adding
to the new buffer, rather than by assuming we can add the
difference between the old buffer and the new buffer (it might not
fit in an int).  Merge in cosmetic differences from emacs regex.c
version of this macro.
gdb/ChangeLog
gdb/regex.c