remove unused utf_width(); bump vsn
This commit is contained in:
		
							
								
								
									
										4
									
								
								check.t
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								check.t
									
									
									
									
									
								
							| @@ -1,4 +1,4 @@ | |||||||
| # $MirOS: src/bin/mksh/check.t,v 1.92 2007/03/04 03:04:23 tg Exp $ | # $MirOS: src/bin/mksh/check.t,v 1.93 2007/03/10 00:42:00 tg Exp $ | ||||||
| # $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ | # $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ | ||||||
| # $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $ | # $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $ | ||||||
| # $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $ | # $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $ | ||||||
| @@ -7,7 +7,7 @@ | |||||||
| # http://www.research.att.com/~gsf/public/ifs.sh | # http://www.research.att.com/~gsf/public/ifs.sh | ||||||
|  |  | ||||||
| expected-stdout: | expected-stdout: | ||||||
| 	@(#)MIRBSD KSH R29 2007/03/04 | 	@(#)MIRBSD KSH R29 2007/03/10 | ||||||
| description: | description: | ||||||
| 	Check version of shell. | 	Check version of shell. | ||||||
| category: pdksh | category: pdksh | ||||||
|   | |||||||
							
								
								
									
										5
									
								
								sh.h
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								sh.h
									
									
									
									
									
								
							| @@ -8,8 +8,8 @@ | |||||||
| /*	$OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $	*/ | /*	$OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $	*/ | ||||||
| /*	$OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $	*/ | /*	$OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $	*/ | ||||||
|  |  | ||||||
| #define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.118 2007/03/04 05:14:10 tg Exp $" | #define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.119 2007/03/10 00:42:00 tg Exp $" | ||||||
| #define MKSH_VERSION "R29 2007/03/04" | #define MKSH_VERSION "R29 2007/03/10" | ||||||
|  |  | ||||||
| #if HAVE_SYS_PARAM_H | #if HAVE_SYS_PARAM_H | ||||||
| #include <sys/param.h> | #include <sys/param.h> | ||||||
| @@ -1189,7 +1189,6 @@ int x_read(char *, size_t); | |||||||
| int x_bind(const char *, const char *, int, int); | int x_bind(const char *, const char *, int, int); | ||||||
| /* UTF-8 hack stuff */ | /* UTF-8 hack stuff */ | ||||||
| int utf_widthadj(const char *, const char **); | int utf_widthadj(const char *, const char **); | ||||||
| #define utf_width(x)	utf_widthadj(x, NULL); |  | ||||||
| /* eval.c */ | /* eval.c */ | ||||||
| char *substitute(const char *, int); | char *substitute(const char *, int); | ||||||
| char **eval(const char **, int); | char **eval(const char **, int); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user