comparison src/mule-charset.c @ 4813:6f84332672fb

Change build_string to build_intstring, fixing the Visual C++ build. 2010-01-08 Aidan Kehoe <kehoea@parhasard.net> * mule-charset.c (Fmake_charset): Change build_string with an Ibyte argument to build_intstring, fixing the build on Visual C++. Thank you for the report, Vin.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 08 Jan 2010 14:28:20 +0000
parents 41852ee5f1b0
children 4dd2389173fc
comparison
equal deleted inserted replaced
4807:41852ee5f1b0 4813:6f84332672fb
625 if (temporary) 625 if (temporary)
626 { 626 {
627 Ibyte tempname[80]; 627 Ibyte tempname[80];
628 628
629 qxesprintf (tempname, "___temporary___%d__", id); 629 qxesprintf (tempname, "___temporary___%d__", id);
630 name = Fmake_symbol (build_string (tempname)); /* Uninterned. */ 630 name = Fmake_symbol (build_intstring (tempname)); /* Uninterned. */
631 } 631 }
632 if (NILP (doc_string)) 632 if (NILP (doc_string))
633 doc_string = build_string (""); 633 doc_string = build_string ("");
634 if (NILP (registries)) 634 if (NILP (registries))
635 registries = make_vector(0, Qnil); 635 registries = make_vector(0, Qnil);