diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/opts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/opts.sh b/gcc/opts.sh index 84f2c62..27dbe4c 100644 --- a/gcc/opts.sh +++ b/gcc/opts.sh @@ -49,7 +49,7 @@ ${AWK} ' result = "0" for (j = 0; j < n_langs; j++) { regex = " " langs[j] " " - gsub ( "\+", "\\+", regex ) + gsub ( "\\+", "\\+", regex ) if (flags ~ regex) result = result " | " macros[j] } |