]> code.delx.au - gnu-emacs/blobdiff - src/lisp.h
* m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
[gnu-emacs] / src / lisp.h
index 5ea0303976d77db6077a891c7204078f57605f3c..7032a3f48f4c0aaf967033783d6d7b4072cf219c 100644 (file)
@@ -2686,7 +2686,7 @@ extern Lisp_Object make_uninit_multibyte_string P_ ((int, int));
 extern Lisp_Object make_string_from_bytes P_ ((const char *, int, int));
 extern Lisp_Object make_specified_string P_ ((const char *, int, int, int));
 EXFUN (Fpurecopy, 1);
-extern Lisp_Object make_pure_string P_ ((char *, int, int, int));
+extern Lisp_Object make_pure_string P_ ((const char *, int, int, int));
 extern Lisp_Object make_pure_c_string (const char *data);
 extern Lisp_Object pure_cons P_ ((Lisp_Object, Lisp_Object));
 extern Lisp_Object make_pure_vector P_ ((EMACS_INT));