1
1

* choosesyntax.c: Make undeclared functions static.

* editmenu.c: Likewise.
* usermap.c: Likewise.
Этот коммит содержится в:
Pavel Roskin 2005-11-11 02:26:04 +00:00
родитель ebe155fc92
Коммит 0e653491c1
4 изменённых файлов: 12 добавлений и 4 удалений

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

@ -1,3 +1,9 @@
2005-11-10 Pavel Roskin <proski@gnu.org>
* choosesyntax.c: Make undeclared functions static.
* editmenu.c: Likewise.
* usermap.c: Likewise.
2005-10-04 Leonard den Ottolander <leonard den ottolander nl>
* editcmd.c (edit_replace_dialog): Replace duplicate hotkey.

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

@ -26,7 +26,7 @@
#define LIST_LINES 14
#define N_DFLT_ENTRIES 2
int
static int
exec_edit_syntax_dialog (const char **names) {
int i;

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

@ -420,7 +420,8 @@ static menu_entry OptMenu[] =
#define menu_entries(x) sizeof(x)/sizeof(menu_entry)
void edit_init_menu_normal (struct Menu *EditMenuBar[])
static void
edit_init_menu_normal (struct Menu *EditMenuBar[])
{
EditMenuBar[0] = create_menu (_(" File "), FileMenu, menu_entries (FileMenu),
"[Internal File Editor]");
@ -434,7 +435,8 @@ void edit_init_menu_normal (struct Menu *EditMenuBar[])
"[Internal File Editor]");
}
void edit_init_menu_emacs (struct Menu *EditMenuBar[])
static void
edit_init_menu_emacs (struct Menu *EditMenuBar[])
{
EditMenuBar[0] = create_menu (_(" File "), FileMenuEmacs, menu_entries (FileMenuEmacs),
"[Internal File Editor]");

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

@ -565,7 +565,7 @@ parse_file(config_t *cfg, const char *file, const command_t *cmd)
return TRUE;
}
gboolean
static gboolean
load_user_keymap(config_t *cfg, const char *file)
{
const command_t cmd[] = {