emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/aptel/dynamic-modules-rc3 6478a32 03/25: intern li


From: Teodor Zlatanov
Subject: [Emacs-diffs] feature/aptel/dynamic-modules-rc3 6478a32 03/25: intern literal strings as regular string.
Date: Wed, 04 Feb 2015 22:56:10 +0000

branch: feature/aptel/dynamic-modules-rc3
commit 6478a32f37c15011a3edaad5f03a1864eb50cbb9
Author: Aurélien Aptel <address@hidden>
Commit: Aurélien Aptel <address@hidden>

    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]