diff options
author | Brad King <brad.king@kitware.com> | 2006-03-16 16:57:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-03-16 16:57:36 (GMT) |
commit | 3b43c29a30b154cedd3f983b34bb5e1461832349 (patch) | |
tree | 31cb4abae7e34a617f9e860ef0a12c822a767ac8 /Source/cmCommandArgumentParserTokens.h | |
parent | 124860a9eee6a37774839a30b68f454605f3fc9f (diff) | |
download | CMake-3b43c29a30b154cedd3f983b34bb5e1461832349.zip CMake-3b43c29a30b154cedd3f983b34bb5e1461832349.tar.gz CMake-3b43c29a30b154cedd3f983b34bb5e1461832349.tar.bz2 |
ENH: Using patch from Frans Englich to clarify error messages.
Diffstat (limited to 'Source/cmCommandArgumentParserTokens.h')
-rw-r--r-- | Source/cmCommandArgumentParserTokens.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmCommandArgumentParserTokens.h b/Source/cmCommandArgumentParserTokens.h index 7428e56..377b6a2 100644 --- a/Source/cmCommandArgumentParserTokens.h +++ b/Source/cmCommandArgumentParserTokens.h @@ -1,8 +1,7 @@ -/* A Bison parser, made by GNU Bison 1.875d. */ +/* A Bison parser, made by GNU Bison 2.1. */ /* Skeleton parser for Yacc-like parsing with Bison, - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software - Foundation, Inc. + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,8 +15,8 @@ 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. */ /* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. @@ -43,6 +42,7 @@ cal_ATNAME = 268 }; #endif +/* Tokens. */ #define cal_NCURLY 258 #define cal_DCURLY 259 #define cal_DOLLAR 260 |