mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-16 02:40:32 +01:00
fix comment: pixman_private needs to be before the type of a variable
Makes the documentation match the code.
Compare also commit 34d11aa3c4
This commit is contained in:
parent
f6a2811c87
commit
38dcddd79e
1 changed files with 2 additions and 2 deletions
|
|
@ -39,9 +39,9 @@
|
|||
pixman_private int
|
||||
somefunction(void);
|
||||
|
||||
or after a data name,
|
||||
or before the type of a variable,
|
||||
|
||||
extern int somedata pixman_private;
|
||||
extern pixman_private int somedata;
|
||||
|
||||
The ELF visibility attribute did not exist before gcc 3.3. */
|
||||
/* ??? Not marked with "slim" because that makes it look too much
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue