aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'function.c')
-rw-r--r--function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/function.c b/function.c
index 0fd05ce2..345e4aa9 100644
--- a/function.c
+++ b/function.c
@@ -129,7 +129,7 @@ static void autoload_names( array_list_t *out, int get_hidden )
*suffix = 0;
dup = intern( fn );
if( !dup )
- die_mem();
+ DIE_MEM();
al_push( out, dup );
}
}