summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortranParser.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-10 18:54:46 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-10 18:54:46 (GMT)
commita5ed047d4be3f0fbf399813a96e1536e5703b934 (patch)
tree765b748db4d05e77dda6c8d8993339d227e3f1f8 /Source/cmDependsFortranParser.cxx
parentd77fbb9640900294e5a32305188c89a3e70e6cc5 (diff)
downloadCMake-a5ed047d4be3f0fbf399813a96e1536e5703b934.zip
CMake-a5ed047d4be3f0fbf399813a96e1536e5703b934.tar.gz
CMake-a5ed047d4be3f0fbf399813a96e1536e5703b934.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmDependsFortranParser.cxx')
-rw-r--r--Source/cmDependsFortranParser.cxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/Source/cmDependsFortranParser.cxx b/Source/cmDependsFortranParser.cxx
index 42c9953..2f64764 100644
--- a/Source/cmDependsFortranParser.cxx
+++ b/Source/cmDependsFortranParser.cxx
@@ -1,7 +1,7 @@
/* A Bison parser, made by GNU Bison 1.875d. */
-/* Skeleton parser for Yacc-like parsing with Bison,
- Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+/* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984,
+ 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
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
@@ -157,7 +157,9 @@ This file must be translated to C and modified to build everywhere.
Run bison like this:
- bison --yacc --name-prefix=cmDependsFortran_yy --defines=cmDependsFortranParserTokens.h -ocmDependsFortranParser.cxx cmDependsFortranParser.y
+ bison --yacc --name-prefix=cmDependsFortran_yy
+ --defines=cmDependsFortranParserTokens.h -ocmDependsFortranParser.cxx
+ cmDependsFortranParser.y
Modify cmDependsFortranParser.cxx:
- remove TABs
@@ -1387,7 +1389,8 @@ yyerrlab:
YYPOPSTACK;
if (yyssp == yyss)
YYABORT;
- YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
+ YYDSYMPRINTF ("Error: popping", yystos[*yyssp],
+ yyvsp, yylsp);
yydestruct (yystos[*yyssp], yyvsp);
}
}