[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.9 and 1.10

version 1.9, 1998/08/24 22:07:37 version 1.10, 1998/08/29 20:19:56
Line 219  void
Line 219  void
 trapdel(n)                      /* come here if he hits a del */  trapdel(n)                      /* come here if he hits a del */
         int     n;          int     n;
 {  {
         delhit++;               /* main checks, treats as QUIT */          delhit = 1;             /* main checks, treats as QUIT */
         signal(SIGINT, trapdel);/* catch subsequent DELs */          signal(SIGINT, trapdel);/* catch subsequent DELs */
 }  }
   

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

CVSweb <webmaster@jp.NetBSD.org>