xsubppfix

来自「Verilog Parser in Perl」· 代码 · 共 13 行

TXT
13
字号
#!/usr/bin/perl -w## Copyright 2008-2009 by Wilson Snyder.  This program is free software;# you can redistribute it and/or modify it under the terms of either the GNU# Lesser General Public License or the Perl Artistic License.######################################################################## DESCRIPTION: Edits xsubpp output to get around various issues.foreach my $line (<STDIN>) {    # Fix xsubpp 1.9508 and GCC 4.2.1 warning    # "warning: deprecated conversion from string constant to 鈥榗har*鈥

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?