summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/cm3-bin/metadata.xml')
-rw-r--r--dev-lang/cm3-bin/metadata.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/cm3-bin/metadata.xml b/dev-lang/cm3-bin/metadata.xml
index 5d4bbc40ed5b..a6d903896ca0 100644
--- a/dev-lang/cm3-bin/metadata.xml
+++ b/dev-lang/cm3-bin/metadata.xml
@@ -14,16 +14,16 @@ available so far. The changes made by Critical Mass, Inc. since their CM3 4.1
release include:
* Modula-3 modules loadable at runtime
- * <*IMPLICIT*> exceptions (changes language semantics)
+ * *IMPLICIT* exceptions (changes language semantics)
* checked runtime errors are mapped to the implicit exception RuntimeError.E
* garbage collector failures are also mapped to implicit exceptions
* COM-compatible object layout (for WIN32)
* Unicode support: WIDECHAR, Text, Text8, Text16, Unicode interfaces
* extended ASSERT pragma:
- <*ASSERT condition [ ("," | WITH) msg ] *>>
+ *ASSERT condition [ ("," | WITH) msg ] *
* new DEBUG pragma:
- <*DEBUG condition [ ("," | WITH) msg {, msg} ] *>
- <*DEBUG [ msg {, msg } ] *>
+ *DEBUG condition [ ("," | WITH) msg {, msg} ] *
+ *DEBUG [ msg {, msg } ] *
* 64 bit support for 64 bit machines
There have been many more changes, and the 4.1 release also contained lots of