From: matz@... (Yukihiro Matsumoto) Date: 1997-01-16T21:11:37+09:00 Subject: [ruby-list:1730] Re: Àµµ¬É½¸½Ã±ÆÈ ¤Î ? ã¾ã¤ã‚‚㨠ゆãã²ã‚ã§ã™ï¼Ž In message "[ruby-list:1727] Re: æ­£è¦è¡¨ç¾å˜ç‹¬ã® ?" on 97/01/16, sinara@blade.nagaokaut.ac.jp writes: |原ã§ã™ã€‚ |/a$|b/ | |ã®æ–¹ã¯å—ã‘ã¤ã‘ã¦ãれã¾ã›ã‚“。/b|a$/ ã¯ï¼¯ï¼«ã§ã™ã€‚ ãã‚‚ãã‚‚ã®barã®ãƒã‚§ãƒƒã‚¯ã®éƒ¨åˆ†ã‚’外ã™ã“ã¨ã«ã—ã¾ã™ï¼Žãªã‚“ã§ã“ㆠãªã£ã¦ã„ã‚‹ã‚“ã ã‚ã†? ã¾ã¤ã‚‚㨠ゆãã²ã‚ /:|) --- regex.c~ Mon Jan 13 07:22:36 1997 +++ regex.c Thu Jan 16 21:11:47 1997 @@ -970,2 +974,4 @@ case '|': +#if 0 + /* not needed for perl4 compatible */ if ((re_syntax_options & RE_CONTEXTUAL_INVALID_OPS) @@ -973,2 +979,3 @@ goto invalid_pattern; +#endif else if (! (re_syntax_options & RE_NO_BK_VBAR))