Handle empty setup_common()

This commit is contained in:
Tom Eastep 2009-04-17 17:56:11 -07:00
parent 26c8058069
commit 1ee8835a73

View File

@ -682,6 +682,7 @@ sub compiler {
setup_zone_mss;
unless ( $command eq 'check' ) {
emit 'return 0';
pop_indent;
emit '}';
}