diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-12-16 01:58:43 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-12-16 01:58:43 +0000 |
commit | 91384699849574a7e352b5fcf13b75d024371942 (patch) | |
tree | 1e6f1e996f95630ea18421bca3dc60a30bfabefe /gdb/ChangeLog.mpw | |
parent | 83ebf43970b824784eab9423529ebcdd15bc3019 (diff) | |
download | gdb-91384699849574a7e352b5fcf13b75d024371942.zip gdb-91384699849574a7e352b5fcf13b75d024371942.tar.gz gdb-91384699849574a7e352b5fcf13b75d024371942.tar.bz2 |
* defs.h: Include progress.h.
(QUIT): Call PROGRESS.
* main.c (main): Call START_PROGRESS and END_PROGRESS, break
usage message into shorter strings.
* source.c: Change long command help strings into concats of
shorter ones, for picky ANSI compilers.
(ChangeLog.mpw)
* main.c, source.c: Remove hacks that replace long strings
with shorter ones, now solved portably.
Diffstat (limited to 'gdb/ChangeLog.mpw')
-rw-r--r-- | gdb/ChangeLog.mpw | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog.mpw b/gdb/ChangeLog.mpw index 0116cf3..2bbcb2a 100644 --- a/gdb/ChangeLog.mpw +++ b/gdb/ChangeLog.mpw @@ -1,3 +1,8 @@ +Thu Dec 15 17:53:30 1994 Stan Shebs <shebs@andros.cygnus.com> + + * main.c, source.c: Remove hacks that replace long strings + with shorter ones, now solved portably. + Tue Dec 13 16:32:09 1994 Stan Shebs <shebs@andros.cygnus.com> * config/m68k/xm-mpw.h (spin.h): Include. |