summaryrefslogtreecommitdiff
path: root/xc/lib/font/fontfile
diff options
context:
space:
mode:
authorgildea <empty>1994-02-15 18:13:12 +0000
committergildea <empty>1994-02-15 18:13:12 +0000
commit07bedceb26e6c1870afcd54855c7572d2c84c810 (patch)
tree96498a85853dee49993e13da98d37d899c12d36c /xc/lib/font/fontfile
parent8de27b04f725636f9315a6331009aeea5a444276 (diff)
make transfer_values_to_alias static. XBUG #6435.
Diffstat (limited to 'xc/lib/font/fontfile')
-rw-r--r--xc/lib/font/fontfile/fontfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/font/fontfile/fontfile.c b/xc/lib/font/fontfile/fontfile.c
index 776219ed1..def82ec98 100644
--- a/xc/lib/font/fontfile/fontfile.c
+++ b/xc/lib/font/fontfile/fontfile.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: fontfile.c,v 1.22 94/02/10 19:18:02 gildea Exp $
+ * $XConsortium: fontfile.c,v 1.23 94/02/10 19:27:20 gildea Exp $
*
* Copyright 1991 Massachusetts Institute of Technology
*
@@ -87,7 +87,7 @@ FontFileFreeFPE (fpe)
return Successful;
}
-int
+static int
transfer_values_to_alias(entryname, entrynamelength, resolvedname,
aliasName, vals)
char *entryname;