From 38dcddd79ef95b04bf8d6ff8336cb997875df41b Mon Sep 17 00:00:00 2001 From: Christian Biesinger Date: Tue, 10 Oct 2006 12:38:33 -0700 Subject: [PATCH] fix comment: pixman_private needs to be before the type of a variable Makes the documentation match the code. Compare also commit 34d11aa3c45ba672b34d0a17f672f907305f3893 --- pixman/src/slim_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixman/src/slim_internal.h b/pixman/src/slim_internal.h index 9a93972f6..fc73cc385 100644 --- a/pixman/src/slim_internal.h +++ b/pixman/src/slim_internal.h @@ -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