summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-09 19:18:36 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-09 19:18:36 -0200
commit0b9de9e69e95872dd3eddbe5c1602e42c27c53e1 (patch)
treec41384199b6e9abc923498c212283c2507402187 /include
parent420efdba52593bf13d97c7e001b64caccd04cd5d (diff)
downloadxorg-lib-libXaw-0b9de9e69e95872dd3eddbe5c1602e42c27c53e1.tar.gz
Compile warning fixes.
This uses XORG_CHANGELOG macro to properly work with the "git-log" to "git log" change (required to pass "make distcheck"), uses the XORG_CWARNFLAGS macro. Most gcc 4.3 and sparse warnings corrected.
Diffstat (limited to 'include')
-rw-r--r--include/X11/Xaw/TextP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/X11/Xaw/TextP.h b/include/X11/Xaw/TextP.h
index 0edbdd2..d058e8b 100644
--- a/include/X11/Xaw/TextP.h
+++ b/include/X11/Xaw/TextP.h
@@ -73,6 +73,8 @@ _XFUNCPROTOBEGIN
extern XtActionsRec _XawTextActionsTable[];
extern Cardinal _XawTextActionsTableCount;
+extern char _XawDefaultTextTranslations[];
+
#define XawLF 0x0a
#define XawCR 0x0d
#define XawTAB 0x09