mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
1.3.14
Sun Feb 17 11:37:06 2002 Owen Taylor <otaylor@redhat.com> * 1.3.14 * glib/glibintl.h: Error out of config.h wasn't included rather than including it, since config.h must be the first thing included. * glib/gconvert.c glib/gmarkup.c glib/gshell.c glib/gspawn.c glib/gunibreak.c glib/gunidecomp.c glib/guniprop.c: Include config.h as the first thing. (#71704, Morten Welinder)
This commit is contained in:
@@ -21,12 +21,13 @@
|
||||
* MT safe
|
||||
*/
|
||||
|
||||
#include "../config.h"
|
||||
|
||||
#include "gparamspecs.h"
|
||||
|
||||
#include "gvaluecollector.h"
|
||||
#include "gvaluearray.h"
|
||||
#include <string.h>
|
||||
#include "../config.h" /* for SIZEOF_LONG */
|
||||
|
||||
#define G_FLOAT_EPSILON (1e-30)
|
||||
#define G_DOUBLE_EPSILON (1e-90)
|
||||
|
Reference in New Issue
Block a user