diff options
Diffstat (limited to 'profile.c')
-rw-r--r-- | profile.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1999-2004 the Free Software Foundation, Inc. + * Copyright (C) 1999-2005 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. @@ -20,7 +20,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include "awk.h" @@ -491,6 +491,7 @@ tree_eval(register NODE *tree) return; case Node_not: + fprintf(prof_fp, "! "); parenthesize(tree->type, tree->lnode); return; |