/[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.3 by akim, Tue Feb 5 10:08:59 2002 UTC revision 1.4 by akim, Sun Apr 7 17:44:59 2002 UTC
# Line 40  const char *muscle_find PARAMS ((const c Line 40  const char *muscle_find PARAMS ((const c
40    muscle_insert (Key, obstack_finish (&muscle_obstack));        \    muscle_insert (Key, obstack_finish (&muscle_obstack));        \
41  }  }
42    
43    #define MUSCLE_INSERT_LONG_INT(Key, Value)                      \
44    {                                                               \
45      obstack_fgrow1 (&muscle_obstack, "%ld", Value);               \
46      obstack_1grow (&muscle_obstack, 0);                           \
47      muscle_insert (Key, obstack_finish (&muscle_obstack));        \
48    }
49    
50  #define MUSCLE_INSERT_STRING(Key, Value)                        \  #define MUSCLE_INSERT_STRING(Key, Value)                        \
51  {                                                               \  {                                                               \
52    obstack_sgrow (&muscle_obstack, Value);                       \    obstack_sgrow (&muscle_obstack, Value);                       \

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

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