mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-06-26 05:29:24 +00:00
singlebyte compile fixes
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
||||
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
* @(#)ex_proto.h 1.25 (gritter) 1/2/05
|
||||
* @(#)ex_proto.h 1.26 (gritter) 2/15/05
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -187,8 +187,8 @@ extern void checkmodeline(char *);
|
||||
#ifdef MB
|
||||
extern int mbtowi(int *c, const char *s, size_t n);
|
||||
extern int widthok(int c);
|
||||
extern int GETWC(char *);
|
||||
#endif /* MB */
|
||||
extern int GETWC(char *);
|
||||
/* ex_put.c */
|
||||
extern int (*setlist(int))(int);
|
||||
extern void (*setnumb(int))(int);
|
||||
|
||||
Reference in New Issue
Block a user