OSDN Git Service

PR c++/10538, PR c/5582
[pf3gnuchains/gcc-fork.git] / gcc / c-incpath.h
index e5b0218..31ed657 100644 (file)
@@ -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 };