mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
b2/: rename "again" to "continue"
This commit is contained in:
4
b2/SUBST
4
b2/SUBST
@@ -8,7 +8,7 @@ BAR=x /* BAR= wouldn't be syntactically correct. We need a non-empty value */
|
||||
FOO=(*)(?) {
|
||||
BAR=$BAR$2
|
||||
FOO=$1
|
||||
again FOO
|
||||
continue FOO
|
||||
}
|
||||
BAR=x(*) { $=$1 } /* remove the "x" */
|
||||
|
||||
@@ -18,7 +18,7 @@ REF=R[0-9]* {
|
||||
TOL <= 5%
|
||||
FN=*% { TOL<=$$ }
|
||||
break REF
|
||||
// end break again ignore
|
||||
// end break continue ignore
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user