projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e20873a
)
* m2-exp.y (m2_printstr): Forgot to change reference of
author
Fred Fish
<fnf@specifix.com>
Sat, 21 Nov 1992 16:27:58 +0000
(16:27 +0000)
committer
Fred Fish
<fnf@specifix.com>
Sat, 21 Nov 1992 16:27:58 +0000
(16:27 +0000)
c_printchar to m2_printchar.
gdb/m2-exp.y
patch
|
blob
|
history
diff --git
a/gdb/m2-exp.y
b/gdb/m2-exp.y
index ae92d96faf9f4c1b0349cd2a3afde9e80d468672..85488cf44002a46202072cccb7abb976566c09aa 100644
(file)
--- a/
gdb/m2-exp.y
+++ b/
gdb/m2-exp.y
@@
-1306,7
+1306,7
@@
m2_printstr (stream, string, length, force_ellipses)
fputs_filtered ("\", ", stream);
in_quotes = 0;
}
-
c
_printchar (string[i], stream);
+
m2
_printchar (string[i], stream);
fprintf_filtered (stream, " <repeats %u times>", reps);
i = rep1 - 1;
things_printed += repeat_count_threshold;