mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@5437 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d9c4dd735c
commit
1f7850d2dd
17 changed files with 448729 additions and 84 deletions
|
|
@ -135,7 +135,6 @@ String Cpp::Expand(const char *s)
|
|||
int q = macro.Find(id);
|
||||
if(q >= 0 && !macro[q].flag) {
|
||||
LLOG("Expanding " << id);
|
||||
LOGBEGIN();
|
||||
Vector<String> param;
|
||||
while(*s && (byte)*s <= ' ') s++;
|
||||
if(*s == '(') {
|
||||
|
|
@ -174,7 +173,6 @@ String Cpp::Expand(const char *s)
|
|||
macro[q].flag = true;
|
||||
r.Cat(Expand(macro[q].Expand(param)));
|
||||
macro[q].flag = false;
|
||||
LOGEND();
|
||||
}
|
||||
else
|
||||
r.Cat(id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue