]> sourceware.org Git - lvm2.git/commitdiff
HAT_CHAR and DOLLAR_CHAR were defined to the same value !
authorJoe Thornber <thornber@redhat.com>
Thu, 20 Feb 2003 14:53:56 +0000 (14:53 +0000)
committerJoe Thornber <thornber@redhat.com>
Thu, 20 Feb 2003 14:53:56 +0000 (14:53 +0000)
lib/regex/parse_rx.h

index 4112b126566f4ba3c97019592348bc15851eb69d..76d6089878c79465f616b21cbade5f41f0cbd2c8 100644 (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;
This page took 0.032504 seconds and 5 git commands to generate.