From 66ca6e1ac765215a90ecf89b6cb7b4450e84caa2 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Sat, 5 Jun 2004 02:25:01 +0000 Subject: [PATCH] cpp #directives should always have the "#" in the first column of the the 2004-06-04 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. --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-12 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ glib/galloca.h | 2 +- 6 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 706cb01d6..925ccf9eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-06-04 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. + 2004-06-04 Matthias Clasen * configure.in: Bump version to 2.4.3 diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 706cb01d6..925ccf9eb 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2004-06-04 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. + 2004-06-04 Matthias Clasen * configure.in: Bump version to 2.4.3 diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 706cb01d6..925ccf9eb 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2004-06-04 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. + 2004-06-04 Matthias Clasen * configure.in: Bump version to 2.4.3 diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 706cb01d6..925ccf9eb 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2004-06-04 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. + 2004-06-04 Matthias Clasen * configure.in: Bump version to 2.4.3 diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 706cb01d6..925ccf9eb 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2004-06-04 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. + 2004-06-04 Matthias Clasen * configure.in: Bump version to 2.4.3 diff --git a/glib/galloca.h b/glib/galloca.h index 571ab7672..110beb53e 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