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

Diff of /gcl/o/backq.c

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

revision 1.6 by camm, Wed Oct 12 03:12:57 2005 UTC revision 1.7 by camm, Fri Oct 14 22:41:24 2005 UTC
# Line 322  static object fLcomma_reader(object x0, Line 322  static object fLcomma_reader(object x0,
322    
323          in = x0;          in = x0;
324          if (backq_level <= 0)          if (backq_level <= 0)
325                  READER_ERROR("A comma has appeared out of a backquote.");                  READER_ERROR(in,"A comma has appeared out of a backquote.");
326          c = peek_char(FALSE, in);          c = peek_char(FALSE, in);
327          if (c == code_char('@')) {          if (c == code_char('@')) {
328                  w = siScomma_at;                  w = siScomma_at;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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