=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tic/tic.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- src/usr.bin/tic/tic.c 2001/01/29 01:58:23 1.24 +++ src/usr.bin/tic/tic.c 2001/02/22 04:16:36 1.25 @@ -1,7 +1,7 @@ -/* $OpenBSD: tic.c,v 1.24 2001/01/29 01:58:23 niklas Exp $ */ +/* $OpenBSD: tic.c,v 1.25 2001/02/22 04:16:36 millert Exp $ */ /**************************************************************************** - * 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 * * copy of this software and associated documentation files (the * @@ -46,7 +46,7 @@ #include #include -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"; @@ -707,7 +707,7 @@ printf("# length=%d\n", len); } } - if (!namelst) { + if (!namelst && _nc_tail) { int c, oldc = '\0'; bool in_comment = FALSE; bool trailing_comment = FALSE;