/[m4]/m4/m4/utility.c
ViewVC logotype

Diff of /m4/m4/utility.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by gary, Fri Jun 6 16:14:05 2003 UTC revision 1.24 by gary, Fri Jun 13 13:05:46 2003 UTC
# Line 75  m4_string ecomm; Line 75  m4_string ecomm;
75     Since they are functions the caller does not need access to the     Since they are functions the caller does not need access to the
76     internal data structure, so they are safe to export for use in     internal data structure, so they are safe to export for use in
77     external modules.  */     external modules.  */
78  m4_token_t  m4__token_type
79  m4_token_type (m4_token *name)  m4_token_get_type (m4_token *name)
80  {  {
81    return TOKEN_TYPE (name);    return TOKEN_TYPE (name);
82  }  }
# Line 248  m4_dump_symbols (struct m4_dump_symbol_d Line 248  m4_dump_symbols (struct m4_dump_symbol_d
248    
249    if (argc == 1)    if (argc == 1)
250      {      {
251        m4_hash_apply (m4_symtab, m4_dump_symbol, data);        m4_symtab_apply (m4_dump_symbol, data);
252      }      }
253    else    else
254      {      {

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26