Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Lykke Andersen <Jakob@caput.dk>2021-11-30 23:57:30 +0300
committerJakob Lykke Andersen <Jakob@caput.dk>2021-12-01 00:00:54 +0300
commitc09643c21fa007cde0f2bfa4fa889e7024d183c4 (patch)
tree80c3127aa24307fd8a2d36c0fb88acc898c84be8 /CHANGES
parent67d673406f2b96988fc578c631c7a9696ae6ab1d (diff)
C, fix parsing of fundamental types
When multiple simple type specifiers are part of the type, then they may appear in any order.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ee8bb59be..f642906c5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,7 +16,7 @@ Features added
Bugs fixed
----------
-* #9917: C++, parse fundamental types no matter the order of simple type
+* #9917: C and C++, parse fundamental types no matter the order of simple type
specifiers.
Testing