summaryrefslogtreecommitdiff
path: root/Source/cmDependsFortranLexer.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-01 10:42:52 -0500
committerBrad King <brad.king@kitware.com>2005-02-01 10:42:52 -0500
commit04e56bf7ff622e9dd741b1ff28b3cbcb87b3a620 (patch)
tree6733f3e2da83fc880fd5bcad5926bfe6abc03158 /Source/cmDependsFortranLexer.h
parent51db85934fd0a0b879cdb880ccbf1eca1dd28c35 (diff)
downloadcmake-04e56bf7ff622e9dd741b1ff28b3cbcb87b3a620.tar.gz
ENH: Changed over to using C++ for building flex/bison generated files. It reduces the number of changes that need to be made after generation.
Diffstat (limited to 'Source/cmDependsFortranLexer.h')
-rw-r--r--Source/cmDependsFortranLexer.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/Source/cmDependsFortranLexer.h b/Source/cmDependsFortranLexer.h
index eadd193821..94dff8fc10 100644
--- a/Source/cmDependsFortranLexer.h
+++ b/Source/cmDependsFortranLexer.h
@@ -2,10 +2,6 @@
#define cmDependsFortran_yyHEADER_H 1
#define cmDependsFortran_yyIN_HEADER 1
-#line 6 "cmDependsFortranLexer.h"
-
-#line 8 "cmDependsFortranLexer.h"
-
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
@@ -120,14 +116,7 @@ typedef void* yyscan_t;
#define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
#define yy_flex_debug yyg->yy_flex_debug_r
-#ifdef __cplusplus
-extern "C"
-{
-#endif
int cmDependsFortran_yylex_init (yyscan_t* scanner);
-#ifdef __cplusplus
-} /* extern "C" */
-#endif
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
#define YY_TYPEDEF_YY_BUFFER_STATE
@@ -195,10 +184,6 @@ struct yy_buffer_state
};
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
-#ifdef __cplusplus
-extern "C"
-{
-#endif
void cmDependsFortran_yyrestart (FILE *input_file ,yyscan_t yyscanner );
void cmDependsFortran_yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
YY_BUFFER_STATE cmDependsFortran_yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
@@ -215,10 +200,6 @@ void *cmDependsFortran_yyalloc (yy_size_t ,yyscan_t yyscanner );
void *cmDependsFortran_yyrealloc (void *,yy_size_t ,yyscan_t yyscanner );
void cmDependsFortran_yyfree (void * ,yyscan_t yyscanner );
-#ifdef __cplusplus
-} /* extern "C" */
-#endif
-
/* Begin user sect3 */
#define cmDependsFortran_yywrap(n) 1
@@ -242,11 +223,6 @@ void cmDependsFortran_yyfree (void * ,yyscan_t yyscanner );
/* Accessor methods to globals.
These are made visible to non-reentrant scanners for convenience. */
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
int cmDependsFortran_yylex_destroy (yyscan_t yyscanner );
int cmDependsFortran_yyget_debug (yyscan_t yyscanner );
@@ -273,10 +249,6 @@ int cmDependsFortran_yyget_lineno (yyscan_t yyscanner );
void cmDependsFortran_yyset_lineno (int line_number ,yyscan_t yyscanner );
-#ifdef __cplusplus
-} /* extern "C" */
-#endif
-
/* Macros after this point can all be overridden by user definitions in
* section 1.
*/
@@ -336,9 +308,6 @@ extern int cmDependsFortran_yylex (yyscan_t yyscanner);
#undef YY_DECL_IS_OURS
#undef YY_DECL
#endif
-#line 196 "cmDependsFortranLexer.in.l"
-
-#line 329 "cmDependsFortranLexer.h"
#undef cmDependsFortran_yyIN_HEADER
#endif /* cmDependsFortran_yyHEADER_H */