3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +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)
{