mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 02:28:02 +02:00
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:
parent
1a21b8289f
commit
e5d48545e0
4 changed files with 220 additions and 213 deletions
|
|
@ -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>:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
417
src/cairoint.h
417
src/cairoint.h
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue