From 9f10757c407c9946029436682ae554f9739fa62d Mon Sep 17 00:00:00 2001 From: Timothy Wall Date: Sun, 26 Mar 2000 14:47:33 +0000 Subject: Add macro handling extensions and line substitution support. --- gas/as.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gas/as.h') diff --git a/gas/as.h b/gas/as.h index 9efd7ab..4c4658a 100644 --- a/gas/as.h +++ b/gas/as.h @@ -557,6 +557,8 @@ void print_version_id PARAMS ((void)); char *app_push PARAMS ((void)); char *atof_ieee PARAMS ((char *str, int what_kind, LITTLENUM_TYPE * words)); char *input_scrub_include_file PARAMS ((char *filename, char *position)); +extern void input_scrub_insert_line PARAMS((const char *line)); +extern void input_scrub_insert_file PARAMS((char *path)); char *input_scrub_new_file PARAMS ((char *filename)); char *input_scrub_next_buffer PARAMS ((char **bufp)); int do_scrub_chars PARAMS ((int (*get) (char *, int), char *to, int tolen)); -- cgit v1.1