summaryrefslogtreecommitdiff
path: root/ddb/db_macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_macro.c')
-rw-r--r--ddb/db_macro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ddb/db_macro.c b/ddb/db_macro.c
index f985679..e22f6bf 100644
--- a/ddb/db_macro.c
+++ b/ddb/db_macro.c
@@ -59,7 +59,7 @@ db_expr_t db_macro_args[DB_MACRO_LEVEL][DB_NARGS];
static struct db_user_macro *
db_lookup_macro(name)
- char *name;
+ const char *name;
{
struct db_user_macro *mp;
@@ -141,7 +141,7 @@ db_show_macro(void)
int
db_exec_macro(name)
- char *name;
+ const char *name;
{
struct db_user_macro *mp;
int n;