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

Diff of /bison/src/muscle_tab.h

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

revision 1.4 by akim, Sun Apr 7 17:44:59 2002 UTC revision 1.5 by akim, Fri Jun 14 17:36:24 2002 UTC
# Line 32  typedef struct muscle_entry_s Line 32  typedef struct muscle_entry_s
32  void muscle_init PARAMS ((void));  void muscle_init PARAMS ((void));
33  void muscle_insert PARAMS ((const char *key, const char *value));  void muscle_insert PARAMS ((const char *key, const char *value));
34  const char *muscle_find PARAMS ((const char *key));  const char *muscle_find PARAMS ((const char *key));
35    void muscle_free PARAMS ((void));
36    
37    
38    /* An obstack dedicated to receive muscle keys and values.  */
39    extern struct obstack muscle_obstack;
40    
41  #define MUSCLE_INSERT_INT(Key, Value)                           \  #define MUSCLE_INSERT_INT(Key, Value)                           \
42  {                                                               \  {                                                               \

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