Mercurial > vim
view src/proto/hangulin.pro @ 2093:0e4631bf9441 v7.2.377
updated for version 7.2.377
Problem: Misplaced assignment. Duplicate build line for gvimext.dll.
Solution: Move setting CROSS_COMPILE to before ifneq. Remove the wrong
build line. (Markus Heidelberg)
author | Bram Moolenaar <bram@zimbu.org> |
---|---|
date | Fri, 26 Feb 2010 22:05:22 +0100 |
parents | 96cd8222a819 |
children | 2c00f6b312bf |
line wrap: on
line source
/* hangulin.c */ int hangul_input_state_get __ARGS((void)); void hangul_input_state_set __ARGS((int state)); int im_get_status __ARGS((void)); void hangul_input_state_toggle __ARGS((void)); void hangul_keyboard_set __ARGS((void)); int hangul_input_process __ARGS((char_u *s, int len)); void hangul_input_clear __ARGS((void)); /* vim: set ft=c : */