diff options
Diffstat (limited to 'gcc/c-incpath.h')
-rw-r--r-- | gcc/c-incpath.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/c-incpath.h b/gcc/c-incpath.h index e5b0218..31ed657 100644 --- a/gcc/c-incpath.h +++ b/gcc/c-incpath.h @@ -15,9 +15,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -extern void split_quote_chain PARAMS ((void)); -extern void add_path PARAMS ((char *, int, int)); -extern void register_include_chains PARAMS ((cpp_reader *, const char *, - const char *, int, int, int)); +extern void split_quote_chain (void); +extern void add_path (char *, int, int); +extern void register_include_chains (cpp_reader *, const char *, + const char *, int, int, int); enum { QUOTE = 0, BRACKET, SYSTEM, AFTER }; |