From c46c832aee5638b5f0f1879b72ba16569e5eee46 Mon Sep 17 00:00:00 2001 From: rlar Date: Mon, 25 Feb 2013 19:16:16 +0100 Subject: [PATCH] inpcom.c: rename expand_libs() --> expand_section_references() --- src/frontend/inpcom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index acd7227ff..93ca439a5 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -187,7 +187,7 @@ read_a_lib(char *y, int call_depth, char *dir_name) static int -expand_libs(int line_number) +expand_section_references(int line_number) { struct line *tmp_ptr = NULL, *prev; bool found_lib_name = FALSE; @@ -668,7 +668,7 @@ inp_readall(FILE *fp, int call_depth, char *dir_name, bool comfile) */ if (call_depth == 0) { - line_number = expand_libs(line_number); + line_number = expand_section_references(line_number); } /*