OSDN Git Service

* config/m68k/m68k.c, config/m68k/m68k.md (SGS, SGS_CMP_ORDER): Remove
[pf3gnuchains/gcc-fork.git] / gcc / c-incpath.h
index 860ea3c..31ed657 100644 (file)
@@ -15,10 +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 simplify_path      PARAMS ((char *));
+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 };