gprofng: 30894 bison should be no hard dependency
[binutils-gdb.git] / gas / sb.h
index 760a21eac602fc9639d500fff8f706dc6facc45e..5406f7c27f04786d6a7965cc96735d7032b975da 100644 (file)
--- a/gas/sb.h
+++ b/gas/sb.h
@@ -1,5 +1,5 @@
 /* sb.h - header file for string buffer manipulation routines
-   Copyright (C) 1994-2016 Free Software Foundation, Inc.
+   Copyright (C) 1994-2023 Free Software Foundation, Inc.
 
    Written by Steve and Judy Chamberlain of Cygnus Support,
       sac@cygnus.com
@@ -65,6 +65,11 @@ extern size_t sb_skip_white (size_t, sb *);
 extern size_t sb_skip_comma (size_t, sb *);
 
 /* Actually in input-scrub.c.  */
-extern void input_scrub_include_sb (sb *, char *, int);
+enum expansion {
+  expanding_none,
+  expanding_repeat,
+  expanding_macro,
+};
+extern void input_scrub_include_sb (sb *, char *, enum expansion);
 
 #endif /* SB_H */