Patch for ncurses and pedantic

AJ Reins tbisp@qwest.net
Fri May 18 21:29:00 GMT 2001


Here is a small patch to stop a compilation warning when compiling with
the pedantic switch. The warning given is garbage after undefine. Very
informative message!

*** ncurses_dll.h.old	Wed Apr 25 00:33:46 2001
--- ncurses_dll.h	Thu May 17 11:01:58 2001
***************
*** 12,19 ****
  #  endif
  #  undef NCURSES_IMPEXP
  #  undef NCURSES_API
! #  undef NCURSES_EXPORT(type,symbol)
! #  undef NCURSES_EXPORT_VAR(type)
  #  if defined(NCURSES_DLL)
  /* building a DLL */
  #    define NCURSES_IMPEXP __declspec(dllexport)
--- 12,19 ----
  #  endif
  #  undef NCURSES_IMPEXP
  #  undef NCURSES_API
! #  undef NCURSES_EXPORT
! #  undef NCURSES_EXPORT_VAR
  #  if defined(NCURSES_DLL)
  /* building a DLL */
  #    define NCURSES_IMPEXP __declspec(dllexport)

-- 
AJ Reins - tbisp<AT>qwest.net -or- tbisp<AT>my-deja.com
Warning label I would like to see on software:
"Before using, read instructions.
 If you do not understand or cannot read,
  do no use this product."

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list