Commit ac1b1eb9 authored by Lev Walkin's avatar Lev Walkin

*** empty log message ***

parent c3b8f6d1
...@@ -63,10 +63,10 @@ main(int ac, char **av) { ...@@ -63,10 +63,10 @@ main(int ac, char **av) {
} }
break; break;
case 'L': case 'L':
print_arg__flags = APF_LINE_COMMENTS; print_arg__flags |= APF_LINE_COMMENTS;
break; break;
case 'N': case 'N':
print_arg__flags = APF_NO_SOURCE_COMMENTS; print_arg__flags |= APF_NO_SOURCE_COMMENTS;
break; break;
case 'P': case 'P':
asn1_compiler_flags |= A1C_PRINT_COMPILED; asn1_compiler_flags |= A1C_PRINT_COMPILED;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment