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

Diff for /src/usr.bin/mg/main.c between version 1.9 and 1.10

version 1.9, 2001/05/23 23:29:48 version 1.10, 2001/05/24 03:05:24
Line 23 
Line 23 
   
 int  int
 main(argc, argv)  main(argc, argv)
         int    argc;          int     argc;
         char **argv;          char    **argv;
 {  {
         char    *cp;          char    *cp;
   
Line 139 
Line 139 
 }  }
   
 /*  /*
  * User abort.  Should be called by any input routine that sees a C-g to abort   * User abort.  Should be called by any input routine that sees a C-g to abort
  * whatever C-g is aborting these days. Currently does nothing.   * whatever C-g is aborting these days. Currently does nothing.
  */   */
 /* ARGSUSED */  /* ARGSUSED */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10