for 3.13 don't create variable and registrar entries

This commit is contained in:
zimoch
2012-05-15 13:36:14 +00:00
parent 26fd99823c
commit a34678cbcc

View File

@ -1,6 +1,10 @@
if (@ARGV[0] == "-3.13") {
shift;
} else {
print "variable(streamDebug, int)\n";
print "registrar(streamRegistrar)\n";
}
print "driver(stream)\n";
for (@ARGV) {
print "device($_,INST_IO,dev${_}Stream,\"stream\")\n";
}
print "driver(stream)\n";
print "variable(streamDebug, int)\n";
print "registrar(streamRegistrar)\n";