xdc-D21
diff --git a/README b/README
index 201f9c3..b403f74 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-D20 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-D21 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -77,11 +77,16 @@
CHANGES
-core definitions of function types and function prototypes now have
- parameter names. This fixes one of the MISRA warnings.
+core rearranged the code that detects function typedefs and prototypes
+ that don't have parameters. The functionality stayed the same, but
+ they are recognized in Type.java and the special case for them is
+ removed from Glob.java.
- Params structure that contained Vectors and C arrays were
- declared with the elements of the underlying arrays being immutable.
- That restriction was lifted in this tree.
+ unused modes in Glob.java - SYNMODE and CPFMODE are removed together
+ with the related code
+
+xdc.rov inital version of ROV for C
+
+xdc.runtime MISRA-related changes
MRS
diff --git a/ident.c b/ident.c
index 4381f15..c8e7e4a 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-D20"
+#define _VERS_ "@(#)*** xdc-D21"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;