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

Diff for /src/usr.bin/make/var.c between version 1.1 and 1.2

version 1.1, 1995/10/18 08:45:43 version 1.2, 1995/12/14 03:23:41
Line 1 
Line 1 
 /*      $NetBSD: var.c,v 1.11 1995/06/14 15:20:13 christos Exp $        */  /*      $NetBSD: var.c,v 1.12 1995/11/02 23:55:12 christos Exp $        */
   
 /*  /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.   * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
Line 42 
Line 42 
 #if 0  #if 0
 static char sccsid[] = "@(#)var.c       5.7 (Berkeley) 6/1/90";  static char sccsid[] = "@(#)var.c       5.7 (Berkeley) 6/1/90";
 #else  #else
 static char rcsid[] = "$NetBSD: var.c,v 1.11 1995/06/14 15:20:13 christos Exp $";  static char rcsid[] = "$NetBSD: var.c,v 1.12 1995/11/02 23:55:12 christos Exp $";
 #endif  #endif
 #endif /* not lint */  #endif /* not lint */
   
Line 1116 
Line 1116 
     Boolean         haveModifier;/* TRUE if have modifiers for the variable */      Boolean         haveModifier;/* TRUE if have modifiers for the variable */
     register char   endc;       /* Ending character when variable in parens      register char   endc;       /* Ending character when variable in parens
                                  * or braces */                                   * or braces */
     register char   startc;     /* Starting character when variable in parens      register char   startc=0;   /* Starting character when variable in parens
                                  * or braces */                                   * or braces */
     int             cnt;        /* Used to count brace pairs when variable in      int             cnt;        /* Used to count brace pairs when variable in
                                  * in parens or braces */                                   * in parens or braces */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2