cpp #directives should always have the "#" in the first column of the the

2004-06-04  Manish Singh  <yosh@gimp.org>

        * 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.
This commit is contained in:
Manish Singh
2004-06-05 02:25:01 +00:00
committed by Manish Singh
parent 14bf57aabb
commit 66ca6e1ac7
6 changed files with 31 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2004-06-04 Manish Singh <yosh@gimp.org>
* 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 <mclasen@redhat.com>
* configure.in: Bump version to 2.4.3

View File

@@ -1,3 +1,9 @@
2004-06-04 Manish Singh <yosh@gimp.org>
* 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 <mclasen@redhat.com>
* configure.in: Bump version to 2.4.3

View File

@@ -1,3 +1,9 @@
2004-06-04 Manish Singh <yosh@gimp.org>
* 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 <mclasen@redhat.com>
* configure.in: Bump version to 2.4.3

View File

@@ -1,3 +1,9 @@
2004-06-04 Manish Singh <yosh@gimp.org>
* 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 <mclasen@redhat.com>
* configure.in: Bump version to 2.4.3

View File

@@ -1,3 +1,9 @@
2004-06-04 Manish Singh <yosh@gimp.org>
* 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 <mclasen@redhat.com>
* configure.in: Bump version to 2.4.3

View File

@@ -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