Rename __internal_linkage to cairo_private and move it to the beginning of the line for function declarations. Also, drop unneeded "extern" from function declarations.

This commit is contained in:
Carl Worth 2004-12-21 13:22:44 +00:00
parent 1a21b8289f
commit e5d48545e0
4 changed files with 220 additions and 213 deletions

View file

@ -1,3 +1,11 @@
2004-12-21 Carl Worth <cworth@cworth.org>
* src/cairoint.h:
* src/cairo_wideint.h: Rename __internal_linkage to cairo_private
and move it to the beginning of the line for function
declarations. Also, drop unneeded "extern" from function
declarations.
2004-12-21 Carl Worth <cworth@cworth.org>
With thanks to Kristian Høgsberg <krh@bitplanet.net>:

View file

@ -1,5 +1,5 @@
/*
* $Id: cairo-wideint.h,v 1.2 2004-12-21 21:14:46 cworth Exp $
* $Id: cairo-wideint.h,v 1.3 2004-12-21 21:22:44 cworth Exp $
*
* Copyright © 2004 Keith Packard
*
@ -33,7 +33,7 @@
* as a pair of 32-bit ints
*/
#define I __internal_linkage
#define I cairo_private
#if !HAVE_UINT64_T

View file

@ -1,5 +1,5 @@
/*
* $Id: cairo_wideint.h,v 1.2 2004-12-21 21:14:46 cworth Exp $
* $Id: cairo_wideint.h,v 1.3 2004-12-21 21:22:44 cworth Exp $
*
* Copyright © 2004 Keith Packard
*
@ -33,7 +33,7 @@
* as a pair of 32-bit ints
*/
#define I __internal_linkage
#define I cairo_private
#if !HAVE_UINT64_T

File diff suppressed because it is too large Load diff