X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flexer.h;h=05ce4fe60c13c6c0da8b3ec2c9b8dc90c782ce44;hb=a9b6a814534e9da0ef954f0713ec62056b608e39;hp=95553f10c868280e3ae60919ad18353d12b30c02;hpb=25fae0555073f526e5d5825133a2f62454a7b4c6;p=pspp diff --git a/src/lexer.h b/src/lexer.h index 95553f10c8..05ce4fe60c 100644 --- a/src/lexer.h +++ b/src/lexer.h @@ -14,12 +14,13 @@ 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. */ #if !lexer_h #define lexer_h 1 +#include "var.h" #include #include "bool.h" @@ -72,10 +73,9 @@ enum T_N_KEYWORDS = T_LAST_KEYWORD - T_FIRST_KEYWORD + 1 }; - extern int token; extern double tokval; -extern char tokid[9]; +extern char tokid[LONG_NAME_LEN + 1]; extern struct string tokstr; #include