This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Translating gcc (C)


Hi Jose,

You could do something like this:

----Portuguese.h------------------------
#define para for
#define inteiro int
#define qual which
#define dobro double
#define curto short
//...et cetera
----------------------------------------

Then include that header for your Portuguese C source.

Disclaimer, I do not know Portuguese, so the above example is completely bogus.

Sincerely,
--Eljay


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]