diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-09-16 16:09:33 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-09-21 10:40:57 +0200 |
commit | 58f1e53099a8f7d3f0e000a1276c52cc6353e70a (patch) | |
tree | 6fbcdce9775c2238d4387b252357fb7be2a869ff /win32 | |
parent | d9829d09b38187d6d0048e58ce927c0ebf037672 (diff) | |
download | perl-58f1e53099a8f7d3f0e000a1276c52cc6353e70a.tar.gz |
Change checkcfgvar.pl to permit trailing comments on config lines.
Convert the comment for _a in config.ce to a trailing comment.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.ce | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/config.ce b/win32/config.ce index 4f76437c6e..cfc4815d32 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -13,8 +13,7 @@ RCSfile='$RCSfile' Revision='$Revision' Source='' State='' -# keep this for WinCE, as it is used by some mods... -_a='.lib' +_a='.lib' # keep this for WinCE, as it is used by some mods... _exe='.exe' _o='.obj' afs='false' |