diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-09 18:23:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-09 18:23:23 +0000 |
commit | d87c080eaf8c73c4f2f3288adb51fd6a44896f41 (patch) | |
tree | 14f0bbad7287075eae9ae3789ac59b8ed5ddc97b /gas/ChangeLog | |
parent | ddb393cf893763cfc3bfe7d031c9f8508f5344dc (diff) | |
download | gdb-d87c080eaf8c73c4f2f3288adb51fd6a44896f41.zip gdb-d87c080eaf8c73c4f2f3288adb51fd6a44896f41.tar.gz gdb-d87c080eaf8c73c4f2f3288adb51fd6a44896f41.tar.bz2 |
* as.h (xmalloc, xrealloc): Declare using PTR rather than char *.
* xmalloc.c (xmalloc, xrealloc): Use PTR rather than char *.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ee0d785..0a1a1b3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Wed Feb 9 13:08:32 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * as.h (xmalloc, xrealloc): Declare using PTR rather than char *. + * xmalloc.c (xmalloc, xrealloc): Use PTR rather than char *. + * app.c (do_scrub_next_char): If NO_STRING_ESCAPES is defined, don't treat backslash specially inside strings. * read.c (next_char_of_string): Likewise. |