Is there a way such that the variable names (or procedure/function names) in GPC are created so that the name is all lowercase? This would make it match C variable names which are in lowercase. I understand the GPC converts the names to uppercase for the first character and lower case for all the succeeding characters in the name. I am converting an application where some modules are in written in Pascal and others in C. They share many global variables and some procedures and functions. There are too many lines of code and too many files to change if I use asmname. Furthermore, I need to keep the source files such that I can build on either a Sun Sparc system or Intel Solaris 7 system. Since these two systems have different compilers, this GPC naming convention is requiring a lot of work. Bottomline, I want GPC and GCC to generate the same name so that I can link all the modules. Any suggestions or comments?
GPC is version 19991030. based on 2.95 19990728. GCC is 2.95.2.
Thanks in advance for any assistance the community provides.
Regards,
Jing Gloria Texas Instruments Sherman, TX