* alloc.c (string_overflow): New function.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 May 2011 01:11:54 +0000 (18:11 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 May 2011 01:11:54 +0000 (18:11 -0700)
commitcb93f9bef01e95b17b3d7b8786c103505355d98c
treeb144c1445fa517c0f076e1fdbbab22ed5bae1c78
parentd3cdcd1446538e4608b0d2dc31e6c8bd97bd9c5c
* alloc.c (string_overflow): New function.

(Fmake_string): Use it.  This doesn't change behavior, but saves
a few bytes and will simplify future changes.
* character.c (string_escape_byte8): Likewise.
* lisp.h (string_overflow): New decl.
src/ChangeLog
src/alloc.c
src/character.c
src/lisp.h