[BACK]Return to input.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / atc

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

Diff for /src/games/atc/input.c between version 1.26 and 1.27

version 1.26, 2014/03/22 22:45:05 version 1.27, 2014/03/22 22:47:07
Line 199  static PLANE p;
Line 199  static PLANE p;
 static STACK stack[MAXDEPTH];  static STACK stack[MAXDEPTH];
 static int level;  static int level;
 static int tval;  static int tval;
 static int dest_type, dest_no, dir;  static int dest_type, dir;
   static unsigned dest_no;
   
 static int  static int
 pop(void)  pop(void)

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb <webmaster@jp.NetBSD.org>