home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / gcc / i486-linux-gnu / 4.3 / include / varargs.h < prev    next >
Encoding:
C/C++ Source or Header  |  2009-03-16  |  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.