/[pspp]/pspp/src/lexer.c
ViewVC logotype

Diff of /pspp/src/lexer.c

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

revision 1.20 by blp, Sun Jul 31 21:42:46 2005 UTC revision 1.21 by blp, Sun Aug 21 07:21:06 2005 UTC
# Line 384  lex_get (void) Line 384  lex_get (void)
384  #endif  #endif
385  }  }
386    
387    /* Reports an error to the effect that subcommand SBC may only be
388       specified once. */
389    void
390    lex_sbc_only_once (const char *sbc)
391    {
392      msg (SE, _("Subcommand %s may only be specified once."), sbc);
393    }
394    
395    /* Reports an error to the effect that subcommand SBC is
396       missing. */
397    void
398    lex_sbc_missing (const char *sbc)
399    {
400      lex_error (_("missing required subcommand %s"), sbc);
401    }
402    
403  /* Prints a syntax error message containing the current token and  /* Prints a syntax error message containing the current token and
404     given message MESSAGE (if non-null). */     given message MESSAGE (if non-null). */
405  void  void

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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