diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-09 23:31:40 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-09 23:31:40 +0000 |
commit | 8deaa94831b1a5926db928a68a6acbbe3ee9a904 (patch) | |
tree | 3c1b64ae92e167af632b5879a9e3a6cba7f8dea6 | |
parent | ec602c9639e4eedb36a570943999fea0a07b5f8c (diff) |
Switch from monolithic configuration symbols to modular ones, add backwardXORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
compatibility for monolithic symbols
-rw-r--r-- | src/fontenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontenc.c b/src/fontenc.c index 3a7cc96..ccfc1fd 100644 --- a/src/fontenc.c +++ b/src/fontenc.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XdotOrg: xc/lib/font/fontfile/fontenc.c,v 1.2 2004/04/23 18:44:21 eich Exp $ */ +/* $XdotOrg: xc/lib/font/fontfile/fontenc.c,v 1.3 2005/07/03 07:01:00 daniels Exp $ */ /* $XFree86: xc/lib/font/fontfile/fontenc.c,v 1.15 2003/02/20 03:25:19 dawes Exp $ */ /* Backend-independent encoding code */ |