~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to pc/gawkmisc.pc

  • Committer: Arnold D. Robbins
  • Date: 2012-03-14 09:17:48 UTC
  • mto: (299.1.2) (319.1.3) (408.1.11)
  • mto: This revision was merged to the branch mainline in revision 319.
  • Revision ID: git-v1:1c931f6f51c050ee9ad0b837dd2d0233f1dc3221
Fix compile warnings on DJGPP.

Show diffs side-by-side

added added

removed removed

Lines of Context:
595
595
  return putenv (name);
596
596
}
597
597
 
 
598
/* This is needed to defeat too-clever GCC warnings in dfa.c about
 
599
   comparison being always false due to limited range of data type.  */
 
600
wint_t
 
601
btowc (int c)
 
602
{
 
603
  return c;
 
604
}
 
605
 
598
606
#endif /* __DJGPP__ */