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

Diff for /src/usr.bin/tic/tic.c between version 1.24 and 1.25

version 1.24, 2001/01/29 01:58:23 version 1.25, 2001/02/22 04:16:36
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
   
 /****************************************************************************  /****************************************************************************
  * Copyright (c) 1998,1999,2000 Free Software Foundation, Inc.              *   * Copyright (c) 1998,1999,2000,2001 Free Software Foundation, Inc.         *
  *                                                                          *   *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *   * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *   * copy of this software and associated documentation files (the            *
Line 46 
Line 46 
 #include <term_entry.h>  #include <term_entry.h>
 #include <transform.h>  #include <transform.h>
   
 MODULE_ID("$From: tic.c,v 1.84 2000/11/04 22:50:16 tom Exp $")  MODULE_ID("$From: tic.c,v 1.85 2001/02/03 23:31:45 tom Exp $")
   
 const char *_nc_progname = "tic";  const char *_nc_progname = "tic";
   
Line 707 
Line 707 
                         printf("# length=%d\n", len);                          printf("# length=%d\n", len);
                 }                  }
             }              }
             if (!namelst) {              if (!namelst && _nc_tail) {
                 int c, oldc = '\0';                  int c, oldc = '\0';
                 bool in_comment = FALSE;                  bool in_comment = FALSE;
                 bool trailing_comment = FALSE;                  bool trailing_comment = FALSE;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25