Skip to content

Commit

Permalink
[BZ #1207]
Browse files Browse the repository at this point in the history
2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
	[BZ #1207]
	* posix/regex.h: Remove spurious space-before-tab.  From gnulib.
  • Loading branch information
Roland McGrath committed Aug 18, 2005
1 parent 8783911 commit 92d892a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix/regex.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ extern reg_syntax_t re_syntax_options;
& ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS \
| RE_CONTEXT_INVALID_OPS ))

#define RE_SYNTAX_POSIX_AWK \
#define RE_SYNTAX_POSIX_AWK \
(RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS \
| RE_INTERVALS | RE_NO_GNU_OPS)

Expand Down

0 comments on commit 92d892a

Please sign in to comment.