[BACK]Return to optfunc.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / less

Diff for /src/usr.bin/less/optfunc.c between version 1.2 and 1.3

version 1.2, 2001/01/29 01:58:03 version 1.3, 2001/11/19 19:02:14
Line 252 
Line 252 
         public void          public void
 opt_p(type, s)  opt_p(type, s)
         int type;          int type;
         register char *s;          char *s;
 {  {
         switch (type)          switch (type)
         {          {
Line 275 
Line 275 
         public void          public void
 opt__P(type, s)  opt__P(type, s)
         int type;          int type;
         register char *s;          char *s;
 {  {
         register char **proto;          char **proto;
         PARG parg;          PARG parg;
   
         switch (type)          switch (type)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3