1
1

* charsets.c: Include config.h before everything else.

* selcodepage.c: Likewise.
Этот коммит содержится в:
Pavel Roskin 2001-05-31 23:56:27 +00:00
родитель 9c545b2e8f
Коммит 0866d8c3e0
3 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,8 @@
2001-05-31 Pavel Roskin <proski@gnu.org>
* charsets.c: Include config.h before everything else.
* selcodepage.c: Likewise.
* textconf.c (features): Use longer strings to avoid enforcing
english word ordering on the translations. Capitalize sentences.
From Walery Studennikov: Indicate charset support.

Просмотреть файл

@ -1,5 +1,6 @@
#ifdef HAVE_CHARSET
#include <config.h>
#ifdef HAVE_CHARSET
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

Просмотреть файл

@ -1,3 +1,5 @@
#include <config.h>
#ifdef HAVE_CHARSET
#include <stdlib.h>
#include <stdio.h>