summaryrefslogtreecommitdiff
path: root/src/Core.c
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-30 18:22:10 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-30 18:22:10 -0200
commitf56a69f2cf7df1e7cdf2494c5408786e53467374 (patch)
treec2b4d72f8bd8af0de6efdccd7ae8e3028c654d08 /src/Core.c
parentc1f227f94aec6f4555182965fc0d2d8f33fef01f (diff)
downloadxorg-lib-libXt-f56a69f2cf7df1e7cdf2494c5408786e53467374.tar.gz
Janitor: ansification, make distcheck, compiler warnings, .gitignore.
Most "compiler" warnings were actually sparse warnings, due to assigning a integer to a pointer, or an external symbol without a previous declaration.
Diffstat (limited to 'src/Core.c')
-rw-r--r--src/Core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Core.c b/src/Core.c
index d30b493..24b7044 100644
--- a/src/Core.c
+++ b/src/Core.c
@@ -59,8 +59,6 @@ in this Software without prior written authorization from The Open Group.
*/
-#define _XT_CORE_C
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif