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

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

Diff for /src/games/adventure/init.c between version 1.20 and 1.21

version 1.20, 2011/08/31 16:24:55 version 1.21, 2014/03/22 20:07:05
Line 137  init(void)
Line 137  init(void)
         poof();          poof();
 }  }
   
 char *  __noinline char *
 decr(int a, int b, int c, int d, int e)  decr(int a, int b, int c, int d, int e)
 {  {
         static char buf[6];          static char buf[6];

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>