aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/implic.c
blob: 286a1aa34ca277d10be2851dc458e57a1327960e (plain)
1
2
3
4
5
6
7
   Contributed by James Craig Burley (burley@gnu.org).
  if (ISALPHA (c) || (c == '_'))
   Contributed by James Craig Burley.
static ffeimplic_ ffeimplic_lookup_ (unsigned char c);
ffeimplic_lookup_ (unsigned char c)
   const char *name; // name for s in case it is NULL, or NULL if s never NULL
ffeimplic_peek_symbol_type (ffesymbol s, const char *name)