Make nstr_exec_val() return its first argument
This commit is contained in:
parent
0bcb047806
commit
93a5779e66
3 changed files with 4 additions and 4 deletions
|
@ -277,7 +277,7 @@ extern char *nstr_comp_val(char *, struct valstr*, int);
|
|||
extern int nstr_coerce_val(struct valstr *, nsc_type, char *);
|
||||
extern int nstr_exec(struct nscstr *, int, void *);
|
||||
/* src/lib/common/nstreval.c */
|
||||
extern void nstr_exec_val(struct valstr *, natid, void *, nsc_type);
|
||||
extern struct valstr *nstr_exec_val(struct valstr *, natid, void *, nsc_type);
|
||||
extern int nstr_promote(int);
|
||||
extern char *symbol_by_value(int, struct symbol *);
|
||||
/* src/lib/global/nsc.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue