diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-24 20:00:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-24 20:00:26 +0000 |
commit | 2ab51d5cecc9717df43a4772a7aec36627de6a30 (patch) | |
tree | 0021486d6415ed49555f0753af32b0e05bea6a99 /dev-lang/cm3/metadata.xml | |
parent | ver bump #39170 (diff) | |
download | historical-2ab51d5cecc9717df43a4772a7aec36627de6a30.tar.gz historical-2ab51d5cecc9717df43a4772a7aec36627de6a30.tar.bz2 historical-2ab51d5cecc9717df43a4772a7aec36627de6a30.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 |