Fix for assertion error when expanding macro.
[iverilog.git] / lexor_keyword.h
blob269b427e04d5e349467e628b441ab298f3ff98a0
1 #ifndef __lexor_keyword_H
2 #define __lexor_keyword_H
3 /*
4 * Copyright (c) 2000 Stephen Williams (steve@icarus.com)
6 * This source code is free software; you can redistribute it
7 * and/or modify it in source code form under the terms of the GNU
8 * General Public License as published by the Free Software
9 * Foundation; either version 2 of the License, or (at your option)
10 * any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
21 #ifdef HAVE_CVS_IDENT
22 #ident "$Id: lexor_keyword.h,v 1.2 2002/08/12 01:34:59 steve Exp $"
23 #endif
25 extern int lexor_keyword_code (const char*str, unsigned len);
28 * $Log: lexor_keyword.h,v $
29 * Revision 1.2 2002/08/12 01:34:59 steve
30 * conditional ident string using autoconfig.
32 * Revision 1.1 2000/03/12 17:09:41 steve
33 * Support localparam.
36 #endif