Tue Mar 30 08:06:24 1993 Jim Kingdon (kingdon@cygnus.com)

* command.c (do_setshow_command): Use %u with var_{u,z}integer.

	* command.{c,h}: New var_type var_integer.
	main.c: Use it for history_size.

	* rs6000-tdep.c, xcoffexec.c, config/rs6000/xm-rs6000.h, breakpoint.c:
	Lint and byte-order fixups.
This commit is contained in:
Jim Kingdon
1993-03-30 23:06:29 +00:00
parent ae35ae7f4c
commit 359a097f9f
6 changed files with 68 additions and 19 deletions

View File

@ -85,6 +85,9 @@ extern char *strdup PARAMS ((char *));
#define SIGWINCH_HANDLER aix_resizewindow
extern void aix_resizewindow ();
/* This doesn't seem to be declared in any header file I can find. */
char *termdef PARAMS ((int, int));
/* `lines_per_page' and `chars_per_line' are local to utils.c. Rectify this. */
#define SIGWINCH_HANDLER_BODY \