~ubuntu-branches/ubuntu/precise/libxfont/precise-security

« back to all changes in this revision

Viewing changes to src/stubs/findoldfnt.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2007-04-11 15:52:11 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070411155211-6ed2v2akv5dq8uev
Tags: 1:1.2.8-1
* Add XS-Vcs-Browser to debian/control.
* New upstream release.
  + drop patch from 1:1.2.2-2, applied upstream.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#endif
4
4
#include "stubs.h"
5
5
 
 
6
#ifdef __SUNPRO_C
 
7
#pragma weak find_old_font
 
8
#endif
 
9
 
6
10
weak FontPtr
7
11
find_old_font(FSID id)
8
12
{