Is there any command of GCC preprocessor that provide list of macros and
there usage in the .igcc file.
Example:
1. #define MACRO1 10
2. int main()
3. {
4.      int a;
5.      a = MACRO1 + 10;
6. }            

Expected Result: macro used = MACRO1 and usage is at line 5.

-- 
View this message in context: 
http://old.nabble.com/GCC-Preprocessor-command-tp31558445p31558445.html
Sent from the Gnu - Screen mailing list archive at Nabble.com.


_______________________________________________
screen-users mailing list
screen-users@gnu.org
https://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to