Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
72167016
Commit
72167016
authored
Jan 04, 2005
by
Alexandre Duret-Lutz
Browse files
* src/sanity/includes.test: Also check *.hxx files.
* src/tgbaalgos/ndfs_result.hxx: Rename the include guard.
parent
e9beca0d
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
72167016
2005-01-04 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/sanity/includes.test: Also check *.hxx files.
* src/tgbaalgos/ndfs_result.hxx: Rename the include guard.
2005-01-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
* doc/Doxyfile.in (FILE_PATTERNS): Remove *.hxx.
...
...
src/sanity/includes.test
View file @
72167016
...
...
@@ -6,8 +6,9 @@ set -e
rm
-
f
failures
for
file
in
`find "$INCDIR" -name "${1-*}.hh" -type f -print |
sed "s,$INCDIR/,,g"`
;
do
for
file
in
`
find
"
$INCDIR
"
\
(
-
name
"${1-*}.hh"
\
-
o
-
name
"${1-*}.hxx"
\
)
\
-
a
-
type
f
-
a
-
print
|
sed
"s,
$INCDIR
/,,g"
`; do
b=`
echo
"
$file
"
|
tr
'[/.a-z]'
'[__A-Z]'
`
if
grep
"[ ]*#.*def.* SPOT_
$b
\$
"
"
$INCDIR
/
$file
"
>/
dev
/
null
;
then
...
...
src/tgbaalgos/ndfs_result.hxx
View file @
72167016
...
...
@@ -19,8 +19,8 @@
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
#ifndef SPOT_TGBAALGOS_NDFS_RESULT_H
H
# define SPOT_TGBAALGOS_NDFS_RESULT_H
H
#ifndef SPOT_TGBAALGOS_NDFS_RESULT_H
XX
# define SPOT_TGBAALGOS_NDFS_RESULT_H
XX
//#define NDFSR_TRACE
...
...
@@ -628,4 +628,4 @@ namespace spot
#undef ndfsr_trace
#endif // SPOT_TGBAALGOS_NDFS_RESULT_H
H
#endif // SPOT_TGBAALGOS_NDFS_RESULT_H
XX
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment