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

Diff for /src/usr.bin/make/parse.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:36
Line 1 
Line 1 
 /*      $NetBSD: parse.c,v 1.16 1995/09/10 03:58:16 christos Exp $      */  /*      $NetBSD: parse.c,v 1.17 1995/11/02 23:55:03 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[] = "@(#)parse.c     5.18 (Berkeley) 2/19/91";  static char sccsid[] = "@(#)parse.c     5.18 (Berkeley) 2/19/91";
 #else  #else
 static char rcsid[] = "$NetBSD: parse.c,v 1.16 1995/09/10 03:58:16 christos Exp $";  static char rcsid[] = "$NetBSD: parse.c,v 1.17 1995/11/02 23:55:03 christos Exp $";
 #endif  #endif
 #endif /* not lint */  #endif /* not lint */
   
Line 2216 
Line 2216 
                 break;                  break;
             case '#':              case '#':
                 if (!ignComment) {                  if (!ignComment) {
                     if (compatMake && (lastc != '\\')) {                      if (
   #if 0
                       compatMake &&
   #endif
                       (lastc != '\\')) {
                         /*                          /*
                          * If the character is a hash mark and it isn't escaped                           * If the character is a hash mark and it isn't escaped
                          * (or we're being compatible), the thing is a comment.                           * (or we're being compatible), the thing is a comment.

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