[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/fns.c [emacs-unicode-2]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/src/fns.c [emacs-unicode-2] |
Date: |
Tue, 29 Jun 2004 13:07:38 -0400 |
Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.342.2.8 emacs/src/fns.c:1.342.2.9
*** emacs/src/fns.c:1.342.2.8 Tue Jun 29 16:46:02 2004
--- emacs/src/fns.c Tue Jun 29 16:48:18 2004
***************
*** 918,923 ****
--- 918,925 ----
{
unsigned char *buf;
int nbytes;
+ Lisp_Object ret;
+ USE_SAFE_ALLOCA;
if (STRING_MULTIBYTE (string))
return string;