/[gcl]/gcl/o/format.c
ViewVC logotype

Diff of /gcl/o/format.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by camm, Tue Sep 24 19:01:45 2002 UTC revision 1.5 by camm, Sun Oct 27 21:06:42 2002 UTC
# Line 1544  fmt_newline(bool colon, bool atsign) Line 1544  fmt_newline(bool colon, bool atsign)
1544          fmt_not_colon_atsign(colon, atsign);          fmt_not_colon_atsign(colon, atsign);
1545          if (atsign)          if (atsign)
1546            WRITEC_NEWLINE(fmt_stream);            WRITEC_NEWLINE(fmt_stream);
1547          while (ctl_index < ctl_end && isspace(ctl_string[ctl_index])) {          while (ctl_index < ctl_end && isspace((int)ctl_string[ctl_index])) {
1548                  if (colon)                  if (colon)
1549                          writec_stream(ctl_string[ctl_index], fmt_stream);                          writec_stream(ctl_string[ctl_index], fmt_stream);
1550                  ctl_index++;                  ctl_index++;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26