Spurious declaration
This commit is contained in:
parent
bb24624979
commit
32e9c8049a
|
|
@ -19,7 +19,7 @@
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*/
|
*/
|
||||||
#if !defined(WINNT) && !defined(macintosh)
|
#if !defined(WINNT) && !defined(macintosh)
|
||||||
#ident "$Id: lexor.lex,v 1.55 2001/02/07 01:08:21 steve Exp $"
|
#ident "$Id: lexor.lex,v 1.56 2001/04/26 16:12:48 steve Exp $"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//# define YYSTYPE lexval
|
//# define YYSTYPE lexval
|
||||||
|
|
@ -81,7 +81,6 @@ static void line_directive2();
|
||||||
|
|
||||||
static verinum*make_sized_binary(const char*txt);
|
static verinum*make_sized_binary(const char*txt);
|
||||||
static verinum*make_sized_dec(const char*txt);
|
static verinum*make_sized_dec(const char*txt);
|
||||||
static verinum*make_unsized_dec(const char*txt);
|
|
||||||
static verinum*make_sized_octal(const char*txt);
|
static verinum*make_sized_octal(const char*txt);
|
||||||
static verinum*make_sized_hex(const char*txt);
|
static verinum*make_sized_hex(const char*txt);
|
||||||
static verinum*make_unsized_binary(const char*txt);
|
static verinum*make_unsized_binary(const char*txt);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue