This is the mail archive of the gcc-bugs@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]

[Bug other/17991] [4.0 Regression] Two-process fixincludes broken: pz_mn_name_pat undefined


------- Additional Comments From pavenis at latnet dot lv  2004-10-14 14:41 -------
For DJGPP I created one more .c file in fixincludes directory: 
------------------------------------------------ 
#include "fixlib.h" 
 
#define _ENV_(v,m,n,t)   tCC* v = NULL; 
ENV_TABLE 
#undef _ENV_ 
------------------------------------------------ 
and added corresponding obj file to FIXOBJ in Makefile.in. 
 
That fixed the problem 
 
Andris 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pavenis at latnet dot lv


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17991


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