X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Finput_lexer.h;h=a01bc5d50be2dafa8c7208a9c0f2c3b5f88bd8ba;hp=ed3f94c63a1ddfb697df87cc8285b62657d53928;hb=846e62e85c483f74d1e253c7841050ea11d70451;hpb=3229ec7c42ffc173f94f1c3bffbc30308c93e571 diff --git a/ginac/input_lexer.h b/ginac/input_lexer.h index ed3f94c6..a01bc5d5 100644 --- a/ginac/input_lexer.h +++ b/ginac/input_lexer.h @@ -4,7 +4,7 @@ * This file must be processed with flex. */ /* - * GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany * * 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 @@ -60,7 +60,7 @@ extern void set_lexer_symbols(ex l); extern bool is_lexer_symbol_predefined(const ex &s); /** The expression parser function (used internally). */ -extern int ginac_yyparse(); +extern int ginac_yyparse(void); /** The expression returned by the parser (used internally). */ extern ex parsed_ex;