mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-22 01:03:03 +02:00
Add the "FUNSET" command to delete user-defined functions.
This commit is contained in:
+1
-1
@@ -155,7 +155,7 @@ enum TokTypes
|
||||
/* Commands first */
|
||||
T_Rem, T_Push, T_Pop, T_Preserve, T_Include, T_IncludeR, T_IncludeCmd, T_If, T_Else, T_EndIf,
|
||||
T_IfTrig, T_ErrMsg,
|
||||
T_Set, T_UnSet, T_Fset, T_Omit, T_Banner, T_Exit,
|
||||
T_Set, T_UnSet, T_Fset, T_Funset, T_Omit, T_Banner, T_Exit,
|
||||
T_AddOmit,
|
||||
T_WkDay,
|
||||
T_Month, T_Time, T_Date, T_DateTime,
|
||||
|
||||
Reference in New Issue
Block a user