Merge pull request #783 from lparkes/master

Add #include <cstdarg> to all source files that use va_list
This commit is contained in:
Stephen Williams 2022-10-16 20:51:38 -07:00 committed by GitHub
commit 5a98e50db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 1 deletions

View File

@ -26,6 +26,7 @@
//# define YYSTYPE lexval
# include <cstdarg>
# include <iostream>
# include "compiler.h"
# include "parse_misc.h"

View File

@ -9,6 +9,7 @@
%{
/* Command-line: gperf -o -i 7 -C -k '1-4,6,9,$' -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf */
#include <cstdarg>
#include "config.h"
#include "parse_misc.h"
#include "parse.h"

View File

@ -22,6 +22,7 @@
# include "config.h"
# include <cstdarg>
# include "parse_misc.h"
# include "compiler.h"
# include "pform.h"

View File

@ -19,8 +19,8 @@
# include "config.h"
# include "parse_misc.h"
# include <cstdarg>
# include "parse_misc.h"
# include <cstdio>
# include <iostream>

View File

@ -20,6 +20,7 @@
# include "config.h"
# include <cstdarg>
# include "compiler.h"
# include "pform.h"
# include "parse_misc.h"

View File

@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
# include <cstdarg>
# include "config.h"
# include "compiler.h"
# include "pform.h"

View File

@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
# include <cstdarg>
# include "config.h"
# include "compiler.h"
# include "pform.h"

View File

@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
# include <cstdarg>
# include "pform.h"
# include "PPackage.h"
# include "parse_misc.h"

View File

@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
# include <cstdarg>
# include "pform.h"
# include "PClass.h"
# include "parse_misc.h"