diff options
author | 2004-01-24 20:00:26 +0000 | |
---|---|---|
committer | 2004-01-24 20:00:26 +0000 | |
commit | 53d4c4fc6e4b7ea2768523518483037e439d5adb (patch) | |
tree | 9ac450e61f4bfe8a45cb469708343d116224810a /dev-lang/cm3/metadata.xml | |
parent | ver bump #39170 (diff) | |
download | gentoo-2-53d4c4fc6e4b7ea2768523518483037e439d5adb.tar.gz gentoo-2-53d4c4fc6e4b7ea2768523518483037e439d5adb.tar.bz2 gentoo-2-53d4c4fc6e4b7ea2768523518483037e439d5adb.zip |
fix metadata #39234
Diffstat (limited to 'dev-lang/cm3/metadata.xml')
-rw-r--r-- | dev-lang/cm3/metadata.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/cm3/metadata.xml b/dev-lang/cm3/metadata.xml index 5d4bbc40ed5b..a6d903896ca0 100644 --- a/dev-lang/cm3/metadata.xml +++ b/dev-lang/cm3/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 |