diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-03-26 14:47:33 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-03-26 14:47:33 +0000 |
commit | 9f10757c407c9946029436682ae554f9739fa62d (patch) | |
tree | 3c3ca83d45d665e4dba0ca6539967296b22b7ced /gas/sb.h | |
parent | d0b472203592cbd847b4089b73b64e6782f07922 (diff) | |
download | gdb-9f10757c407c9946029436682ae554f9739fa62d.zip gdb-9f10757c407c9946029436682ae554f9739fa62d.tar.gz gdb-9f10757c407c9946029436682ae554f9739fa62d.tar.bz2 |
Add macro handling extensions and line substitution support.
Diffstat (limited to 'gas/sb.h')
-rw-r--r-- | gas/sb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |