mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Add support for NULL macro (like UNIX, ABC etc.).
This commit is contained in:
parent
2974f0fe9a
commit
d9a26ff9ca
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ sub do_cmd_ASCII{ join('', 'ASCII', @_[0]); }
|
|||
sub do_cmd_C{ join('', 'C', @_[0]); }
|
||||
sub do_cmd_Cpp{ join('', 'C++', @_[0]); }
|
||||
sub do_cmd_EOF{ join('', 'EOF', @_[0]); }
|
||||
sub do_cmd_NULL{ join('', 'NULL', @_[0]); }
|
||||
|
||||
sub do_cmd_e{ local($_) = @_; '\' . $_; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue