Changeset 158
- Timestamp:
- 02/01/11 17:35:08 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r157 r158 1720 1720 # should probably stick a "no runaway" flag in here... Just In Case... 1721 1721 # %define's 1722 while (my ($key) = ($macrostring =~ /%{([a-z0-9]+)}/i) ) { 1722 # note to self: find out valid chars for %define name/label so we can parse them 1723 while (my ($key) = ($macrostring =~ /%{([a-z0-9_]+)}/i) ) { 1723 1724 # hrm. This needs thinking. 1724 1725 #die "A horrible death! \%{$key}, '$macrostring'\n" if !$specglobals{$key};
Note:
See TracChangeset
for help on using the changeset viewer.