summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-12 15:18:42 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:51:47 +0100
commit6e876d890f021fe5f975eed6716986552e849b66 (patch)
treeff2278445ce6d8f60c258bfb448ff96d1f68267c /Porting/Glossary
parente5d7f4e5fdc8fcb324745c39345b369ab04cadb1 (diff)
downloadperl-6e876d890f021fe5f975eed6716986552e849b66.tar.gz
Assume we have C89 memchr()
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary5
1 files changed, 0 insertions, 5 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index dbbce71194..60536723ad 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -1670,11 +1670,6 @@ d_mbtowc (d_mbtowc.U):
indicates to the C program that the mbtowc() routine is available
to convert multibyte to a wide character.
-d_memchr (d_memchr.U):
- This variable conditionally defines the HAS_MEMCHR symbol, which
- indicates to the C program that the memchr() routine is available
- to locate characters within a C string.
-
d_memmem (d_memmem.U):
This variable conditionally defines the HAS_MEMMEM symbol, which
indicates to the C program that the memmem() routine is available