1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

HAT_CHAR and DOLLAR_CHAR were defined to the same value !

This commit is contained in:
Joe Thornber 2003-02-20 14:53:56 +00:00
parent c46867e1d6
commit 712a874f07

View File

@ -24,7 +24,7 @@ enum {
* start and end of a string.
*/
#define HAT_CHAR 0x2
#define DOLLAR_CHAR 0x2
#define DOLLAR_CHAR 0x3
struct rx_node {
int type;