summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2003-10-09 20:57:26 +0000
committerNicholas Clark <nick@ccl4.org>2003-10-09 20:57:26 +0000
commit7e4e8c89c9cf9e2712eede00d12c71677e17b929 (patch)
treeccff83caea5f77bb9d96eedef8335d420b3e3fdf /regcomp.c
parent1c2b4d67977aeb5bb1057ed40fce97cdd133e14a (diff)
downloadperl-7e4e8c89c9cf9e2712eede00d12c71677e17b929.tar.gz
Put all pre-processor #s on the first column (some compilers are picky)
[perl #24167] `#' comment signs not at the very beginning of a line p4raw-id: //depot/perl@21433
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/regcomp.c b/regcomp.c
index 1b3805b1c0..ded3c633ae 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -96,12 +96,12 @@
#endif /* op */
#ifdef MSDOS
-# if defined(BUGGY_MSC6)
+# if defined(BUGGY_MSC6)
/* MSC 6.00A breaks on op/regexp.t test 85 unless we turn this off */
- # pragma optimize("a",off)
+# pragma optimize("a",off)
/* But MSC 6.00A is happy with 'w', for aliases only across function calls*/
- # pragma optimize("w",on )
-# endif /* BUGGY_MSC6 */
+# pragma optimize("w",on )
+# endif /* BUGGY_MSC6 */
#endif /* MSDOS */
#ifndef STATIC