[osol-code] Bug in running a LEX program in Solaris

2008-09-11 Thread vijay
hi Friends, I'm using Solaries 5.2, I have a lex program which is already running in MainFrame, It is compiled in MVS compiler. When I try to use the same program without any change, I face the following errors. Error: Parse Tree too big in my decleration section, I found these lines, %s RTE %

Re: [osol-code] fopen usage

2008-09-11 Thread Casper . Dik
>Hi > >Thanx for the quick answer.. > >> The fix is using the new "F" mode character which tells fopen that it is >> fine to open files with a file descriptor > 255. >> >> The actual fix is: >> >>- add support for "F" etc in fopen() >>- add "F" when it is needed (basically everythi

Re: [osol-code] fopen usage

2008-09-11 Thread Casper . Dik
>Hi > >I have found these two bug reports regarding the fopen usage which both >have the status fix-delivered. > >http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6221296 >http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6234782 > > >however when I browse the source code using

[osol-code] fopen usage

2008-09-11 Thread Henrik
Hi I have found these two bug reports regarding the fopen usage which both have the status fix-delivered. http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6221296 http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6234782 however when I browse the source code using the source