screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GCC Preprocessor command


From: ashwinichougule
Subject: GCC Preprocessor command
Date: Fri, 6 May 2011 05:31:39 -0700 (PDT)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]