for 3.13 don't create variable and registrar entries
This commit is contained in:
@ -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) {
|
for (@ARGV) {
|
||||||
print "device($_,INST_IO,dev${_}Stream,\"stream\")\n";
|
print "device($_,INST_IO,dev${_}Stream,\"stream\")\n";
|
||||||
}
|
}
|
||||||
print "driver(stream)\n";
|
|
||||||
print "variable(streamDebug, int)\n";
|
|
||||||
print "registrar(streamRegistrar)\n";
|
|
||||||
|
Reference in New Issue
Block a user