From f3164c690a69b209005a63475a1570d0959e659e Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 31 Aug 2016 19:00:07 +0100 Subject: [PATCH] note --- cubescript.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cubescript.hh b/cubescript.hh index 7b7509d..87c569e 100644 --- a/cubescript.hh +++ b/cubescript.hh @@ -267,15 +267,13 @@ struct OSTD_EXPORT CsAlias: CsIdent { void get_cstr(CsValue &v) const; void get_cval(CsValue &v) const; - /* TODO: make internal */ + /* TODO: make all these internal */ void push_arg(CsValue const &v, CsIdentStack &st, bool um = true); void pop_arg(); void undo_arg(CsIdentStack &st); void redo_arg(CsIdentStack const &st); - void set_arg(CsState &cs, CsValue &v); void set_alias(CsState &cs, CsValue &v); - void clean_code(); CsBytecode *compile_code(CsState &cs);