+2000-07-08 Alan Modra <alan@linuxcare.com.au>
+
+ * chew.c (outputdots): Don't add a space before `/*'.
+ (courierize): Likewise.
+
Wed May 24 12:03:25 2000 Hans-Peter Nilsson <hp@axis.com>
* bfdint.texi (BFD ELF processor required): Add paragraph about
/* chew
- Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 1998
+ Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 1998, 2000
Free Software Foundation, Inc.
Contributed by steve chamberlain @cygnus
{
if (c == '{' && at(tos,idx+1) =='*')
{
- cattext(&out," /*");
+ cattext(&out,"/*");
idx+=2;
}
else if (c == '*' && at(tos,idx+1) =='}')
{
if (at(tos,idx)=='{' && at(tos,idx+1) =='*')
{
- cattext(&out," /*");
+ cattext(&out,"/*");
idx+=2;
}
else if (at(tos,idx)=='*' && at(tos,idx+1) =='}')