Fix deadname SVN links
authorClaire Xenia Wolf <claire@clairexen.net>
Wed, 9 Jun 2021 10:44:37 +0000 (12:44 +0200)
committerClaire Xenia Wolf <claire@clairexen.net>
Wed, 9 Jun 2021 10:44:37 +0000 (12:44 +0200)
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
passes/techmap/extract_fa.cc
passes/techmap/libparse.cc

index aabe43ac289d4e81b92aa32991627dcaf60f67c0..117fdd54cf6687f5185d67f259419dc506fe3662 100644 (file)
@@ -33,7 +33,7 @@ struct ExtractFaConfig
        int maxbreadth = 6;
 };
 
-// http://svn.clifford.at/handicraft/2016/bindec/bindec.c
+// http://svn.clairexen.net/handicraft/2016/bindec/bindec.c
 int bindec(unsigned char v)
 {
        int r = v & 1;
index 990d5594317e7dd8781fc2cc17da59ec11967578..3d0ebaea366e27cbbf5fa16f04b9acd16a489b30 100644 (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)
 {