singlebyte compile fixes

This commit is contained in:
Gunnar Ritter
2005-02-15 16:55:39 +00:00
parent 22e0a4753c
commit 280906a241
3 changed files with 6 additions and 6 deletions

View File

@@ -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);