This is the mail archive of the gcc@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: gettext should not be a builtin


> What is the problem caused?

http://www.delorie.com/archives/browse.cgi?p=djgpp/2003/06/30/17:18:23

which says...


Probable bug related to "conio.h" header file:


1) Compiler error received:

  In file included from test.c:1:
  c:/ab/djgpp/include/conio.h:74: error:
    nonnull argument references non-pointer operand (arg 1, operand 1)


2) Source causing compile error:

  #include <conio.h>

  int main()
  {
    return 0;
  }


3) Line 74 in header file:

  int gettext(int _left, int _top, int _right, int _bottom, void *_destin);

  Remark: The error does not occur if line 74 in "conio.h" is disabled.


4) System used:
    WinXP, DJGPP with gcc3.3


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