-DG_DISABLE_DEPRECATED

Mon Mar 26 14:14:53 2001  Owen Taylor  <otaylor@redhat.com>

	* Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED

	* gmain.h timeloop.c: Surround the cruftiest stuff with
	#ifndef G_DISABLE_DEPRECATED.

	* gcompat.h gdate.h: Move compat defines back to
	gdate.h, surround with #ifndef G_DISABLE_DEPRECATED.
	Remove gcompat.h.
This commit is contained in:
Owen Taylor
2001-03-26 19:23:17 +00:00
committed by Owen Taylor
parent 2cfcb9fe0b
commit df2f429cff
19 changed files with 148 additions and 69 deletions

View File

@@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = 1.4
SUBDIRS = . gobject gmodule gthread docs tests build
INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@ \
-DG_DISABLE_COMPAT_H -DGLIB_COMPILATION
-DG_DISABLE_DEPRECATED -DGLIB_COMPILATION
EXTRA_DIST = \
ChangeLog.pre-1-2 \
@@ -97,7 +97,6 @@ glibinclude_HEADERS = \
gasyncqueue.h \
gbacktrace.h \
gcache.h \
gcompat.h \
gcompletion.h \
gconvert.h \
gdataset.h \