mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 04:36:22 +00:00
Fixed a bug in #elif handling.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2361 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -264,7 +264,7 @@ function handle_if()
|
||||
else
|
||||
{
|
||||
sub("^+#elif ",
|
||||
sprintf("+#if ! %d \\&\\& ", decision[if_nesting_level]),
|
||||
sprintf("+#if ! %s \\&\\& ", substr(decision[if_nesting_level], 5)),
|
||||
evaluated)
|
||||
evaluated = evaluate(evaluated)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user