home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / gcc / i486-linux-gnu / 4.1.2 / include / varargs.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-29  |  139 b   |  8 lines

  1. #ifndef _VARARGS_H
  2. #define _VARARGS_H
  3.  
  4. #error "GCC no longer implements <varargs.h>."
  5. #error "Revise your code to use <stdarg.h>."
  6.  
  7. #endif
  8.