Changeset 277 in xtideuniversalbios for trunk/Tools
- Timestamp:
- Feb 28, 2012, 2:45:48 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/StringsCompress.pl
r242 r277 159 159 160 160 # 161 # a ';%%;' prefix line, copy to output without the prefix 162 # 163 elsif( /^\s*\d+\s*;%%;\s*(.*)$/ ) 164 { 165 print $1."\n"; 166 } 167 168 # 161 169 # everything else, copy to the output as is 162 170 #
Note:
See TracChangeset
for help on using the changeset viewer.