Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9a26ff

Browse files
committed
Add support for NULL macro (like UNIX, ABC etc.).
1 parent 2974f0f commit d9a26ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/myformat.perl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ package main;
2121
sub do_cmd_C{ join('', 'C', @_[0]); }
2222
sub do_cmd_Cpp{ join('', 'C++', @_[0]); }
2323
sub do_cmd_EOF{ join('', 'EOF', @_[0]); }
24+
sub do_cmd_NULL{ join('', 'NULL', @_[0]); }
2425

2526
sub do_cmd_e{ local($_) = @_; '\' . $_; }
2627

0 commit comments

Comments
 (0)