/[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.5 by camm, Thu Oct 6 20:30:08 2005 UTC revision 1.6 by camm, Wed Oct 12 03:12:57 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                  FEerror("A comma has appeared out of a backquote.", 0);                  READER_ERROR("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.5  
changed lines
  Added in v.1.6

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