emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] dynamic-modules 14ea9e0 03/22: intern literal strings as r


From: Teodor Zlatanov
Subject: [Emacs-diffs] dynamic-modules 14ea9e0 03/22: intern literal strings as regular string.
Date: Thu, 27 Nov 2014 02:01:49 +0000

branch: dynamic-modules
commit 14ea9e038332f79320fef9ba38f81d20934cde57
Author: Aurélien Aptel <address@hidden>
Date:   Tue Nov 18 23:20:21 2014 +0100

    intern literal strings as regular string.
---
 src/lread.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/lread.c b/src/lread.c
index d08d898..d09f72e 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -3884,9 +3884,6 @@ intern_c_string_1 (const char *str, ptrdiff_t len)
 
   if (!SYMBOLP (tem))
     {
-      /* Creating a non-pure string from a string literal not implemented yet.
-        We could just use make_string here and live with the extra copy.  */
-      eassert (!NILP (Vpurify_flag));
       tem = intern_driver (make_pure_c_string (str, len), obarray, XINT (tem));
     }
   return tem;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]