Added forward declaration for yyparse to avoid warnings with some compilers when compiling acc
This commit is contained in:
@@ -43,6 +43,9 @@ static FILE* CUDAHEADER = NULL;
|
|||||||
static const char* dslheader_filename = "user_defines.h";
|
static const char* dslheader_filename = "user_defines.h";
|
||||||
static const char* cudaheader_filename = "user_kernels.h";
|
static const char* cudaheader_filename = "user_kernels.h";
|
||||||
|
|
||||||
|
// Forward declaration of yyparse
|
||||||
|
int yyparse(void);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* =============================================================================
|
* =============================================================================
|
||||||
* Translation
|
* Translation
|
||||||
|
Reference in New Issue
Block a user