From: Manish Singh Date: Sat, 5 Jun 2004 02:25:56 +0000 (+0000) Subject: cpp #directives should always have the "#" in the first column of the the X-Git-Tag: gobject_0_9_0~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=997390fdb35cd8390aff79764d7bb3c88b7b51ae;p=platform%2Fupstream%2Fglib.git cpp #directives should always have the "#" in the first column of the the Fri Jun 4 19:26:47 2004 Manish Singh * glib/galloca.h: cpp #directives should always have the "#" in the first column of the the line. Do that for "#pragma alloca". Fixes bug #143744. --- diff --git a/ChangeLog b/ChangeLog index fc422b1..1162694 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jun 4 19:26:47 2004 Manish Singh + + * glib/galloca.h: cpp #directives should always have the "#" in the + first column of the the line. Do that for "#pragma alloca". Fixes + bug #143744. + Wed Jun 2 00:57:16 2004 Matthias Clasen * glib/gtypes.h: Use higher precision for the mathematical diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index fc422b1..1162694 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Fri Jun 4 19:26:47 2004 Manish Singh + + * glib/galloca.h: cpp #directives should always have the "#" in the + first column of the the line. Do that for "#pragma alloca". Fixes + bug #143744. + Wed Jun 2 00:57:16 2004 Matthias Clasen * glib/gtypes.h: Use higher precision for the mathematical diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index fc422b1..1162694 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +Fri Jun 4 19:26:47 2004 Manish Singh + + * glib/galloca.h: cpp #directives should always have the "#" in the + first column of the the line. Do that for "#pragma alloca". Fixes + bug #143744. + Wed Jun 2 00:57:16 2004 Matthias Clasen * glib/gtypes.h: Use higher precision for the mathematical diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index fc422b1..1162694 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Fri Jun 4 19:26:47 2004 Manish Singh + + * glib/galloca.h: cpp #directives should always have the "#" in the + first column of the the line. Do that for "#pragma alloca". Fixes + bug #143744. + Wed Jun 2 00:57:16 2004 Matthias Clasen * glib/gtypes.h: Use higher precision for the mathematical diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index fc422b1..1162694 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Fri Jun 4 19:26:47 2004 Manish Singh + + * glib/galloca.h: cpp #directives should always have the "#" in the + first column of the the line. Do that for "#pragma alloca". Fixes + bug #143744. + Wed Jun 2 00:57:16 2004 Matthias Clasen * glib/gtypes.h: Use higher precision for the mathematical diff --git a/glib/galloca.h b/glib/galloca.h index 571ab76..110beb5 100644 --- a/glib/galloca.h +++ b/glib/galloca.h @@ -42,7 +42,7 @@ # define alloca _alloca # else /* !_MSC_VER */ # ifdef _AIX - #pragma alloca +# pragma alloca # else /* !_AIX */ # ifndef alloca /* predefined by HP cc +Olibcalls */ G_BEGIN_DECLS