aboutsummaryrefslogtreecommitdiff
path: root/gas/sb.h
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-03-26 14:47:33 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-03-26 14:47:33 +0000
commit9f10757c407c9946029436682ae554f9739fa62d (patch)
tree3c3ca83d45d665e4dba0ca6539967296b22b7ced /gas/sb.h
parentd0b472203592cbd847b4089b73b64e6782f07922 (diff)
downloadfsf-binutils-gdb-9f10757c407c9946029436682ae554f9739fa62d.zip
fsf-binutils-gdb-9f10757c407c9946029436682ae554f9739fa62d.tar.gz
fsf-binutils-gdb-9f10757c407c9946029436682ae554f9739fa62d.tar.bz2
Add macro handling extensions and line substitution support.
Diffstat (limited to 'gas/sb.h')
-rw-r--r--gas/sb.h2
1 files changed, 1 insertions, 1 deletions
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 */