/[bison]/bison/src/macrotab.h
ViewVC logotype

Diff of /bison/src/macrotab.h

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

revision 1.4 by pascal, Thu Aug 30 18:51:56 2001 UTC revision 1.5 by pascal, Fri Aug 31 16:56:44 2001 UTC
# Line 25  Line 25 
25    
26  typedef struct macro_entry_s  typedef struct macro_entry_s
27  {  {
28    const char* key;    const char *key;
29    const char* value;    const char *value;
30  } macro_entry_t;  } macro_entry_t;
31    
32  void macro_init PARAMS ((void));  void macro_init PARAMS ((void));
33  void macro_insert PARAMS ((const char *key, const char *value));  void macro_insert PARAMS ((const char *key, const char *value));
34  const char* macro_find PARAMS ((const char *key));  const char *macro_find PARAMS ((const char *key));
35    
36  #endif /* not MACROTAB_H_ */  #endif /* not MACROTAB_H_ */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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