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

Diff for /src/usr.bin/window/Attic/context.c between version 1.3 and 1.4

version 1.3, 1997/02/25 00:04:02 version 1.4, 2001/11/19 19:02:18
Line 58 
Line 58 
   
 cx_alloc()  cx_alloc()
 {  {
         register struct context *xp;          struct context *xp;
   
         if (cx.x_type != 0) {          if (cx.x_type != 0) {
                 xp = (struct context *)                  xp = (struct context *)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4