Use const char* instead of char*.
[bpt/emacs.git] / src / frame.c
index a36f71f..93a6e89 100644 (file)
@@ -2770,7 +2770,7 @@ the rightmost or bottommost possible position (that stays within the screen).  *
    that is an index in this table.  */
 
 struct frame_parm_table {
-  char *name;
+  const char *name;
   Lisp_Object *variable;
 };