]> git.pond.sub.org Git - empserver/blobdiff - tests/normalize.pl
xdump: Make meta-type numbers portable, get rid of meta-type "c"
[empserver] / tests / normalize.pl
index 3aafa100256b87dc866238c07b66b58081b5b39c..5cffabe0be76d5df41cc922dc6ef2094e3a490f2 100755 (executable)
@@ -116,10 +116,6 @@ while (<>) {
     # duration in xdump news (column 4)
     s/^(($xdfld_re ){4})([0-9]+) /${1}0 /
        if $dump eq 'news';
-    ### nsc_type values in xdump
-    # Can vary between systems, because the width of enumeration types
-    # is implementation-defined.
-    # TODO type in xdump meta
     ### nrndx values in xdump
     # Encoding depends on the host, see resources[].  Too clever by half;
     # perhaps we should change it.