summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortranParser.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-15 14:19:57 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-15 14:19:57 (GMT)
commit000bce884dacc774ef50a76714bc1e7d2687a90a (patch)
treed80f2e868e385be6c904f6885875a8fb134f3c26 /Source/cmDependsFortranParser.h
parented1ea24cef3551308865fb05d97a354b852fca6c (diff)
downloadCMake-000bce884dacc774ef50a76714bc1e7d2687a90a.zip
CMake-000bce884dacc774ef50a76714bc1e7d2687a90a.tar.gz
CMake-000bce884dacc774ef50a76714bc1e7d2687a90a.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmDependsFortranParser.h')
-rw-r--r--Source/cmDependsFortranParser.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/cmDependsFortranParser.h b/Source/cmDependsFortranParser.h
index 468682f..362c5d8 100644
--- a/Source/cmDependsFortranParser.h
+++ b/Source/cmDependsFortranParser.h
@@ -69,17 +69,20 @@ union cmDependsFortran_yystype_u
/* Setup the proper yylex interface. */
#define YY_EXTRA_TYPE cmDependsFortranParser*
-#define YY_DECL int cmDependsFortran_yylex(YYSTYPE* yylvalp, yyscan_t yyscanner)
+#define YY_DECL \
+int cmDependsFortran_yylex(YYSTYPE* yylvalp, yyscan_t yyscanner)
#define YYSTYPE cmDependsFortran_yystype
#define YYSTYPE_IS_DECLARED 1
#if !defined(cmDependsFortranLexer_cxx)
# include "cmDependsFortranLexer.h"
#endif
-#if !defined(cmDependsFortranLexer_cxx) && !defined(cmDependsFortranParser_cxx)
+#if !defined(cmDependsFortranLexer_cxx)
+#if !defined(cmDependsFortranParser_cxx)
# undef YY_EXTRA_TYPE
# undef YY_DECL
# undef YYSTYPE
# undef YYSTYPE_IS_DECLARED
#endif
+#endif
#endif