mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-05-01 13:27:10 +02:00
Mark soleq as non-constant.
This commit is contained in:
+1
-1
@@ -300,7 +300,7 @@ BuiltinFunc Func[] = {
|
|||||||
{ "shell", 1, 2, 0, FShell },
|
{ "shell", 1, 2, 0, FShell },
|
||||||
{ "shellescape", 1, 1, 1, FShellescape },
|
{ "shellescape", 1, 1, 1, FShellescape },
|
||||||
{ "slide", 2, NO_MAX, 0, FSlide },
|
{ "slide", 2, NO_MAX, 0, FSlide },
|
||||||
{ "soleq", 1, 2, 1, FSoleq },
|
{ "soleq", 1, 2, 0, FSoleq },
|
||||||
{ "stdout", 0, 0, 1, FStdout },
|
{ "stdout", 0, 0, 1, FStdout },
|
||||||
{ "strlen", 1, 1, 1, FStrlen },
|
{ "strlen", 1, 1, 1, FStrlen },
|
||||||
{ "substr", 2, 3, 1, FSubstr },
|
{ "substr", 2, 3, 1, FSubstr },
|
||||||
|
|||||||
Reference in New Issue
Block a user