mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 14:49:16 +02:00
cpp #directives should always have the "#" in the first column of the the
Fri Jun 4 19:26:47 2004 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:
parent
c9d97c2e2a
commit
997390fdb3
@ -1,3 +1,9 @@
|
|||||||
|
Fri Jun 4 19:26:47 2004 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.
|
||||||
|
|
||||||
Wed Jun 2 00:57:16 2004 Matthias Clasen <maclas@gmx.de>
|
Wed Jun 2 00:57:16 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/gtypes.h: Use higher precision for the mathematical
|
* glib/gtypes.h: Use higher precision for the mathematical
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Jun 4 19:26:47 2004 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.
|
||||||
|
|
||||||
Wed Jun 2 00:57:16 2004 Matthias Clasen <maclas@gmx.de>
|
Wed Jun 2 00:57:16 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/gtypes.h: Use higher precision for the mathematical
|
* glib/gtypes.h: Use higher precision for the mathematical
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Jun 4 19:26:47 2004 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.
|
||||||
|
|
||||||
Wed Jun 2 00:57:16 2004 Matthias Clasen <maclas@gmx.de>
|
Wed Jun 2 00:57:16 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/gtypes.h: Use higher precision for the mathematical
|
* glib/gtypes.h: Use higher precision for the mathematical
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Jun 4 19:26:47 2004 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.
|
||||||
|
|
||||||
Wed Jun 2 00:57:16 2004 Matthias Clasen <maclas@gmx.de>
|
Wed Jun 2 00:57:16 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/gtypes.h: Use higher precision for the mathematical
|
* glib/gtypes.h: Use higher precision for the mathematical
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Fri Jun 4 19:26:47 2004 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.
|
||||||
|
|
||||||
Wed Jun 2 00:57:16 2004 Matthias Clasen <maclas@gmx.de>
|
Wed Jun 2 00:57:16 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/gtypes.h: Use higher precision for the mathematical
|
* glib/gtypes.h: Use higher precision for the mathematical
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
# define alloca _alloca
|
# define alloca _alloca
|
||||||
# else /* !_MSC_VER */
|
# else /* !_MSC_VER */
|
||||||
# ifdef _AIX
|
# ifdef _AIX
|
||||||
#pragma alloca
|
# pragma alloca
|
||||||
# else /* !_AIX */
|
# else /* !_AIX */
|
||||||
# ifndef alloca /* predefined by HP cc +Olibcalls */
|
# ifndef alloca /* predefined by HP cc +Olibcalls */
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user