]> code.delx.au - gnu-emacs/blobdiff - src/xselect.c
Minor fixes prompted by GCC 4.6.0 warnings.
[gnu-emacs] / src / xselect.c
index 0f852a7c3822a560f834ce53913331c34c8eb5cf..73ef4abc0a4d601c0b12afe1994c4b3ec2660aa0 100644 (file)
@@ -489,10 +489,10 @@ struct selection_data
 
 /* Linked list of the above (in support of MULTIPLE targets).  */
 
-struct selection_data *converted_selections;
+static struct selection_data *converted_selections;
 
 /* "Data" to send a requestor for a failed MULTIPLE subtarget.  */
-Atom conversion_fail_tag;
+static Atom conversion_fail_tag;
 
 /* Used as an unwind-protect clause so that, if a selection-converter signals
    an error, we tell the requester that we were unable to do what they wanted