[BACK]Return to args.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / indent

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/indent/args.c between version 1.5 and 1.6

version 1.5, 1997/10/19 03:17:12 version 1.6, 1998/12/19 17:00:08
Line 416  indent: set_option: internal error: p_sp
Line 416  indent: set_option: internal error: p_sp
                 break;                  break;
   
         case PRO_INT:          case PRO_INT:
                 if (!isdigit(*param_start)) {                  if (!isdigit((unsigned char)*param_start)) {
         need_param:          need_param:
                         fprintf(stderr, "indent: %s: ``%s'' requires a parameter\n",                          fprintf(stderr, "indent: %s: ``%s'' requires a parameter\n",
                             option_source, arg - 1);                              option_source, arg - 1);

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

CVSweb <webmaster@jp.NetBSD.org>