#ifndef H_TOKENS #define H_TOKENS /* $Id: tokens.h,v 1.4 2005/09/04 14:14:56 joshr Exp $ */ typedef struct tokenname {int t; char*n;} tokenname; struct tokenname *get_token_names(); #endif