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

Diff of /bison/src/struniq.h

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

revision 1.2 by akim, Tue Nov 12 08:05:59 2002 UTC revision 1.3 by eggert, Wed Nov 13 06:27:18 2002 UTC
# Line 28  Line 28 
28  typedef const char *struniq_t;  typedef const char *struniq_t;
29    
30  /* Return the struniq for S.  */  /* Return the struniq for S.  */
31  const struniq_t struniq_new (const char *s);  struniq_t struniq_new (const char *s);
32    
33  /* Two struniq have the same value iff they are the same.  */  /* Two struniq have the same value iff they are the same.  */
34  #define STRUNIQ_EQ(S1, S2) ((S1) == (S2))  #define STRUNIQ_EQ(S1, S2) ((S1) == (S2))

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

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