1
0
mirror of synced 2026-04-25 03:46:21 +00:00

Fix deadname SVN links

Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
This commit is contained in:
Claire Xenia Wolf
2021-06-09 12:44:37 +02:00
parent 2d95a7da9c
commit 588137cd08
2 changed files with 3 additions and 3 deletions

View File

@@ -384,7 +384,7 @@ void LibertyParser::error(const std::string &str)
exit(1);
}
/**** BEGIN: http://svn.clifford.at/tools/trunk/examples/check.h ****/
/**** BEGIN: http://svn.clairexen.net/tools/trunk/examples/check.h ****/
#define CHECK_NV(result, check) \
do { \
@@ -405,7 +405,7 @@ void LibertyParser::error(const std::string &str)
} \
} while(0)
/**** END: http://svn.clifford.at/tools/trunk/examples/check.h ****/
/**** END: http://svn.clairexen.net/tools/trunk/examples/check.h ****/
LibertyAst *find_non_null(LibertyAst *node, const char *name)
{