mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-10 18:43:42 +01:00
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:
committed by
Manish Singh
parent
14bf57aabb
commit
66ca6e1ac7
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user