diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-07-18 12:59:26 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-07-18 12:59:26 +0200 |
commit | 676fa39756b56648026fa383dfe89239c72fb7ea (patch) | |
tree | cc0b54e0ccd02c0c238e0c46ce80772a93d5ebed /gcc/ada/mingw32.h | |
parent | cd077efd33fc56016b9bea8f30964fb93a40ff3a (diff) | |
download | gcc-676fa39756b56648026fa383dfe89239c72fb7ea.tar.gz |
[multiple changes]
2014-07-18 Robert Dewar <dewar@adacore.com>
* gnat_rm.texi: Document that Wchar_T_Size and Word_Size are
static attributes.
2014-07-18 Arnaud Charlet <charlet@adacore.com>
* a-witeio.adb, initialize.c: Update comments. Minor clean ups.
2014-07-18 Pascal Obry <obry@adacore.com>
* adaint.c: Do not include wchar.h on VxWorks.
* mingw32.h: Remove obsolete definition.
From-SVN: r212812
Diffstat (limited to 'gcc/ada/mingw32.h')
-rw-r--r-- | gcc/ada/mingw32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/mingw32.h b/gcc/ada/mingw32.h index e466ee8d179..325c2ae7779 100644 --- a/gcc/ada/mingw32.h +++ b/gcc/ada/mingw32.h @@ -63,7 +63,6 @@ extern UINT CurrentCodePage; extern UINT CurrentCCSEncoding; -extern char __gnat_wide_text_translation_required; /* Macros to convert to/from the code page specified in CurrentCodePage. */ #define S2WSC(wstr,str,len) \ |