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/sb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/sb.h') diff --git a/gas/sb.h b/gas/sb.h index 7e6daf1..7eaed25 100644 --- a/gas/sb.h +++ b/gas/sb.h @@ -94,6 +94,6 @@ extern int sb_skip_white PARAMS ((int, sb *)); extern int sb_skip_comma PARAMS ((int, sb *)); /* Actually in input-scrub.c. */ -extern void input_scrub_include_sb PARAMS ((sb *, char *)); +extern void input_scrub_include_sb PARAMS ((sb *, char *, int)); #endif /* SB_H */ -- cgit v1.1