]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/match.h
openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.
[thirdparty/gcc.git] / gcc / fortran / match.h
index 4a3776e2cd8baa65d63cdf5f9c27ff68666a0420..d46e163013637d1927f7b6d2fdd18bd74049c439 100644 (file)
@@ -38,7 +38,7 @@ extern gfc_st_label *gfc_statement_label;
 /* match.c.  */
 
 /* Generic match subroutines.  */
-match gfc_match_special_char (int *);
+match gfc_match_special_char (gfc_char_t *);
 match gfc_match_space (void);
 match gfc_match_eos (void);
 match gfc_match_small_literal_int (int *, int *);