2004-07-30: Work continues.
Make dbToRecordtypeH generate the same output as my 2002 C++ code. Other changes in testing and macros.
This commit is contained in:
@@ -48,6 +48,11 @@ if ($opt_D) {
|
||||
while (($name, $menu) = each %{$menus}) {
|
||||
print OUTFILE $menu->toDeclaration;
|
||||
}
|
||||
print OUTFILE "\n#endif /* $guard_name */\n";
|
||||
print OUTFILE "\n#ifdef GEN_MENU_CHOICES\n\n";
|
||||
while (($name, $menu) = each %{$menus}) {
|
||||
print OUTFILE $menu->toDefinition;
|
||||
}
|
||||
print OUTFILE "\n#endif /* GEN_MENU_CHOICES */\n",
|
||||
"#endif /* $guard_name */\n";
|
||||
close OUTFILE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user