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

Diff for /src/usr.bin/mg/word.c between version 1.16 and 1.17

version 1.16, 2014/03/20 07:47:29 version 1.17, 2015/03/19 21:22:15
Line 8 
Line 8 
  * There are all sorts of word mode commands.   * There are all sorts of word mode commands.
  */   */
   
   #include <sys/queue.h>
   #include <signal.h>
   #include <stdio.h>
   
 #include "def.h"  #include "def.h"
   
 RSIZE   countfword(void);  RSIZE   countfword(void);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17