diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-07-08 12:02:48 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-07-08 12:02:48 +0000 |
commit | 5bcaa86b3b74d7972c51a495c7a8c358e9515fd8 (patch) | |
tree | 2c3623210b1a3f14eabd3748dc7294a54beebdda /Porting/Glossary | |
parent | 98916cfa40d9f419e90e2fb0494450bd460c85d9 (diff) | |
download | perl-5bcaa86b3b74d7972c51a495c7a8c358e9515fd8.tar.gz |
Be sure to use the correct type, so bits do not get wrapped
p4raw-id: //depot/perl@34112
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 64d1e5e5d9..337e27e0d2 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -3655,7 +3655,7 @@ make_set_make (make.U): make_set_make="MAKE=$make" # if it doesn't. - This uses a comment character to distinguish a + This uses a comment character so that we can distinguish a 'set' value (from a previous config.sh or Configure '-D' option) from an uncomputed value. |