Home | History | Annotate | Download | only in info

Lines Matching full:xstr

1411      #define xstr(s) str(s)
1416 xstr (foo)
1417 ==> xstr (4)
1422 macro-expanded first. But `s' is an ordinary argument to `xstr', so it
1423 is completely macro-expanded before `xstr' itself is expanded (*note