summaryrefslogtreecommitdiff
path: root/src/xselect.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-05-28 22:23:24 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-05-28 22:23:24 -0700
commit0196f88a60a053e435a65e3c418e11866bf4ae22 (patch)
treedbf5436536b92b2f671b54b5aee066e8e4a9caf2 /src/xselect.c
parent5fbc2025853d54edb763a6d4c24c90173f027ae0 (diff)
downloademacs-0196f88a60a053e435a65e3c418e11866bf4ae22.tar.gz
Minor fixes prompted by GCC 4.6.0 warnings.
* xselect.c (converted_selections, conversion_fail_tag): Now static.
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xselect.c b/src/xselect.c
index 0f852a7c382..73ef4abc0a4 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -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